#AD6EBF

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

Shades of East Side #AD6EBF

Tints of East Side #AD6EBF

Color information

#AD6EBF (or 0xAD6EBF) is unknown color: approx East Side. HEX triplet: AD, 6E and BF. RGB value is (173,110,191). Sum of RGB (Red+Green+Blue) = 173+110+191=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EBF is #529140. Grayscale: #898989. Windows color (decimal): -5411137 or 12545709. OLE color: 12545709.

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

Color convert

RGB173110191-
CMYK0.090.4200.25
HSL286.67º38.76%59.02%-
HSV(B)286.67º42.41%74.9%-
XYZ32.2123.852.19-
YUV138.07157.87152.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 191 (75% from 255) = 40.30%
R=36.50%
G=23.21%
B=40.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731101910.090.4200.25286.6738.7659.02
HexAD6EBF92A01911f273b
Octal25515627711520314374773
Binary101011011101110101111111001101010011001100011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EBF; }

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

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

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

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

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

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

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

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