#AD9CF0

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

Shades of Biloba Flower #AD9CF0

Tints of Biloba Flower #AD9CF0

Color information

#AD9CF0 (or 0xAD9CF0) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and F0. RGB value is (173,156,240). Sum of RGB (Red+Green+Blue) = 173+156+240=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD9CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9CF0 is #52630F. Grayscale: #AAAAAA. Windows color (decimal): -5399312 or 15768749. OLE color: 15768749.

HSL color Cylindrical-coordinate representation of color #AD9CF0: hue angle of 252.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9CF0 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173156240-
CMYK0.280.3500.06
HSL252.14º73.68%77.65%-
HSV(B)252.14º35%94.12%-
XYZ44.8538.9587.59-
YUV170.66167.13129.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=30.40%
G=27.42%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731562400.280.3500.06252.1473.6877.65
HexAD9CF01C2306fc4a4e
Octal255234360344306374112116
Binary1010110110011100111100001110010001101101111110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CF0; }

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

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

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

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

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

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

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

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