#AD81DF

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

Shades of Biloba Flower #AD81DF

Tints of Biloba Flower #AD81DF

Color information

#AD81DF (or 0xAD81DF) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and DF. RGB value is (173,129,223). Sum of RGB (Red+Green+Blue) = 173+129+223=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81DF is #527E20. Grayscale: #989898. Windows color (decimal): -5406241 or 14647725. OLE color: 14647725.

HSL color Cylindrical-coordinate representation of color #AD81DF: hue angle of 268.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD81DF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173129223-
CMYK0.220.4200.13
HSL268.09º59.49%69.02%-
HSV(B)268.09º42.15%87.45%-
XYZ38.429.9173.56-
YUV152.87167.58142.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=32.95%
G=24.57%
B=42.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731292230.220.4200.13268.0959.4969.02
HexAD81DF162A0D10c3b45
Octal255201337265201541473105
Binary10101101100000011101111110110101010011011000011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81DF; }

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

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

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

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

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

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

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

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