#AD81DC

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

Shades of Biloba Flower #AD81DC

Tints of Biloba Flower #AD81DC

Color information

#AD81DC (or 0xAD81DC) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and DC. RGB value is (173,129,220). Sum of RGB (Red+Green+Blue) = 173+129+220=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DC is #527E23. Grayscale: #989898. Windows color (decimal): -5406244 or 14451117. OLE color: 14451117.

HSL color Cylindrical-coordinate representation of color #AD81DC: hue angle of 269.01º degrees, saturation: 0.57, 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 #AD81DC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173129220-
CMYK0.210.4100.14
HSL269.01º56.52%68.43%-
HSV(B)269.01º41.36%86.27%-
XYZ3829.7571.45-
YUV152.53166.08142.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=33.14%
G=24.71%
B=42.15%

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
Decimal1731292200.210.4100.14269.0156.5268.43
HexAD81DC15290E10d3944
Octal255201334255101641571104
Binary10101101100000011101110010101101001011101000011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81DC; }

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

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

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

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

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

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

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

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