#AD9CCD

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

Shades of Biloba Flower #AD9CCD

Tints of Biloba Flower #AD9CCD

Color information

#AD9CCD (or 0xAD9CCD) is unknown color: approx Biloba Flower. HEX triplet: AD, 9C and CD. RGB value is (173,156,205). Sum of RGB (Red+Green+Blue) = 173+156+205=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CCD is #526332. Grayscale: #A6A6A6. Windows color (decimal): -5399347 or 13474989. OLE color: 13474989.

HSL color Cylindrical-coordinate representation of color #AD9CCD: hue angle of 260.82º degrees, saturation: 0.33, 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 #AD9CCD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173156205-
CMYK0.160.2400.20
HSL260.82º32.89%70.78%-
HSV(B)260.82º23.9%80.39%-
XYZ40.1437.0762.8-
YUV166.67149.63132.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=32.40%
G=29.21%
B=38.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731562050.160.2400.20260.8232.8970.78
HexAD9CCD10180141052147
Octal255234315203002440541107
Binary10101101100111001100110110000110000101001000001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CCD; }

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

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

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

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

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

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

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

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