#AD70BF

Color #AD70BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD70BF

Tints of East Side #AD70BF

Color information

#AD70BF (or 0xAD70BF) is unknown color: approx East Side. HEX triplet: AD, 70 and BF. RGB value is (173,112,191). Sum of RGB (Red+Green+Blue) = 173+112+191=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70BF is #528F40. Grayscale: #8A8A8A. Windows color (decimal): -5410625 or 12546221. OLE color: 12546221.

HSL color Cylindrical-coordinate representation of color #AD70BF: hue angle of 286.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD70BF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173112191-
CMYK0.090.4100.25
HSL286.33º38.16%59.41%-
HSV(B)286.33º41.36%74.9%-
XYZ32.4324.2352.26-
YUV139.24157.21152.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 40.13%
R=36.34%
G=23.53%
B=40.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731121910.090.4100.25286.3338.1659.41
HexAD70BF92901911e263b
Octal25516027711510314364673
Binary101011011110000101111111001101001011001100011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD70BF; }

 p { color: rgb(173,112,191); }

 H1.HeaderClassName
 {
   color: #AD70BF;
 }
 .AnyTagClassName
 {
   color: #AD70BF;
 }
</style>
background-color css

<style>
 a { background-color: #AD70BF; }

 a { background-color: rgb(173,112,191); }

 div.DivClassName
 {
   background-color: #AD70BF;
 }
 .BgClassName
 {
   background-color: #AD70BF;
 }
</style>
border-color css

<style>
 span { border-color: #AD70BF; }

 span { border-color: rgb(173,112,191); }

 td.TdClassName
 {
   border-color: #AD70BF;
 }
 .TagClassName
 {
   border-color: #AD70BF;
 }
</style>