#AD9CE0

Color #AD9CE0 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AD9CE0

Tints of Biloba Flower #AD9CE0

Color information

#AD9CE0 (or 0xAD9CE0) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and E0. RGB value is (173,156,224). Sum of RGB (Red+Green+Blue) = 173+156+224=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CE0 is #52631F. Grayscale: #A8A8A8. Windows color (decimal): -5399328 or 14720173. OLE color: 14720173.

HSL color Cylindrical-coordinate representation of color #AD9CE0: hue angle of 255º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9CE0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173156224-
CMYK0.230.3000.12
HSL255º52.31%74.51%-
HSV(B)255º30.36%87.84%-
XYZ42.5838.0475.62-
YUV168.83159.13130.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=31.28%
G=28.21%
B=40.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731562240.230.3000.1225552.3174.51
HexAD9CE0171E0Cff344b
Octal255234340273601437764113
Binary101011011001110011100000101111111001100111111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CE0; }

 p { color: rgb(173,156,224); }

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

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

 a { background-color: rgb(173,156,224); }

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

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

 span { border-color: rgb(173,156,224); }

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