#AD9DCA

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

Shades of Biloba Flower #AD9DCA

Tints of Biloba Flower #AD9DCA

Color information

#AD9DCA (or 0xAD9DCA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and CA. RGB value is (173,157,202). Sum of RGB (Red+Green+Blue) = 173+157+202=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DCA is #526235. Grayscale: #A6A6A6. Windows color (decimal): -5399094 or 13278637. OLE color: 13278637.

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

Color convert

RGB173157202-
CMYK0.140.2200.21
HSL261.33º29.8%70.39%-
HSV(B)261.33º22.28%79.22%-
XYZ39.9537.2660.96-
YUV166.91147.8132.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=32.52%
G=29.51%
B=37.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731572020.140.2200.21261.3329.870.39
HexAD9DCAE160151051e46
Octal255235312162602540536106
Binary101011011001110111001010111010110010101100000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DCA; }

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

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

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

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

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

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

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

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