#AD81DB

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

Shades of Biloba Flower #AD81DB

Tints of Biloba Flower #AD81DB

Color information

#AD81DB (or 0xAD81DB) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and DB. RGB value is (173,129,219). Sum of RGB (Red+Green+Blue) = 173+129+219=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DB is #527E24. Grayscale: #989898. Windows color (decimal): -5406245 or 14385581. OLE color: 14385581.

HSL color Cylindrical-coordinate representation of color #AD81DB: hue angle of 269.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD81DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173129219-
CMYK0.210.4100.14
HSL269.33º55.56%68.24%-
HSV(B)269.33º41.1%85.88%-
XYZ37.8729.770.75-
YUV152.42165.58142.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=33.21%
G=24.76%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731292190.210.4100.14269.3355.5668.24
HexAD81DB15290E10d3844
Octal255201333255101641570104
Binary10101101100000011101101110101101001011101000011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81DB; }

 p { color: rgb(173,129,219); }

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

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

 a { background-color: rgb(173,129,219); }

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

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

 span { border-color: rgb(173,129,219); }

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