#AD9AD8

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

Shades of Biloba Flower #AD9AD8

Tints of Biloba Flower #AD9AD8

Color information

#AD9AD8 (or 0xAD9AD8) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and D8. RGB value is (173,154,216). Sum of RGB (Red+Green+Blue) = 173+154+216=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD9AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD8 is #526527. Grayscale: #A6A6A6. Windows color (decimal): -5399848 or 14195373. OLE color: 14195373.

HSL color Cylindrical-coordinate representation of color #AD9AD8: hue angle of 258.39º degrees, saturation: 0.44, 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 #AD9AD8 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173154216-
CMYK0.200.2900.15
HSL258.39º44.29%72.55%-
HSV(B)258.39º28.7%84.71%-
XYZ41.1836.9569.93-
YUV166.75155.79132.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=31.86%
G=28.36%
B=39.78%

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
Decimal1731542160.200.2900.15258.3944.2972.55
HexAD9AD8141D0F1022c49
Octal255232330243501740254111
Binary1010110110011010110110001010011101011111000000101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AD8; }

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

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

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

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

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

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

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

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