#AD9AD9

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

Shades of Biloba Flower #AD9AD9

Tints of Biloba Flower #AD9AD9

Color information

#AD9AD9 (or 0xAD9AD9) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and D9. RGB value is (173,154,217). Sum of RGB (Red+Green+Blue) = 173+154+217=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD9AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD9 is #526526. Grayscale: #A6A6A6. Windows color (decimal): -5399847 or 14260909. OLE color: 14260909.

HSL color Cylindrical-coordinate representation of color #AD9AD9: hue angle of 258.1º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9AD9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173154217-
CMYK0.200.2900.15
HSL258.1º45.32%72.75%-
HSV(B)258.1º29.03%85.1%-
XYZ41.3137.0170.61-
YUV166.86156.29132.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=31.80%
G=28.31%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731542170.200.2900.15258.145.3272.75
HexAD9AD9141D0F1022d49
Octal255232331243501740255111
Binary1010110110011010110110011010011101011111000000101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AD9; }

 p { color: rgb(173,154,217); }

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

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

 a { background-color: rgb(173,154,217); }

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

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

 span { border-color: rgb(173,154,217); }

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