#AD9DCC

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

Shades of Biloba Flower #AD9DCC

Tints of Biloba Flower #AD9DCC

Color information

#AD9DCC (or 0xAD9DCC) is unknown color: approx Biloba Flower. HEX triplet: AD, 9D and CC. RGB value is (173,157,204). Sum of RGB (Red+Green+Blue) = 173+157+204=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DCC is #526233. Grayscale: #A6A6A6. Windows color (decimal): -5399092 or 13409709. OLE color: 13409709.

HSL color Cylindrical-coordinate representation of color #AD9DCC: hue angle of 260.43º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9DCC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173157204-
CMYK0.150.2300.2
HSL260.43º31.54%70.78%-
HSV(B)260.43º23.04%80%-
XYZ40.1937.3662.22-
YUV167.14148.8132.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=32.40%
G=29.40%
B=38.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731572040.150.2300.2260.4331.5470.78
HexAD9DCCF170141042047
Octal255235314172702440440107
Binary1010110110011101110011001111101110101001000001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DCC; }

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

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

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

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

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

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

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

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