#AD9CCA

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

Shades of Biloba Flower #AD9CCA

Tints of Biloba Flower #AD9CCA

Color information

#AD9CCA (or 0xAD9CCA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and CA. RGB value is (173,156,202). Sum of RGB (Red+Green+Blue) = 173+156+202=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCA is #526335. Grayscale: #A6A6A6. Windows color (decimal): -5399350 or 13278381. OLE color: 13278381.

HSL color Cylindrical-coordinate representation of color #AD9CCA: hue angle of 262.17º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9CCA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173156202-
CMYK0.140.2300.21
HSL262.17º30.26%70.2%-
HSV(B)262.17º22.77%79.22%-
XYZ39.7836.9360.91-
YUV166.33148.13132.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=32.58%
G=29.38%
B=38.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731562020.140.2300.21262.1730.2670.2
HexAD9CCAE170151061e46
Octal255234312162702540636106
Binary101011011001110011001010111010111010101100000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CCA; }

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

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

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

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

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

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

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

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