#AD9CCC

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

Shades of Biloba Flower #AD9CCC

Tints of Biloba Flower #AD9CCC

Color information

#AD9CCC (or 0xAD9CCC) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and CC. RGB value is (173,156,204). Sum of RGB (Red+Green+Blue) = 173+156+204=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCC is #526333. Grayscale: #A6A6A6. Windows color (decimal): -5399348 or 13409453. OLE color: 13409453.

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

Color convert

RGB173156204-
CMYK0.150.2400.2
HSL261.25º32%70.59%-
HSV(B)261.25º23.53%80%-
XYZ40.0237.0262.16-
YUV166.55149.13132.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=32.46%
G=29.27%
B=38.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731562040.150.2400.2261.253270.59
HexAD9CCCF180141052047
Octal255234314173002440540107
Binary1010110110011100110011001111110000101001000001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CCC; }

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

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

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

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

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

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

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

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