#AD81E5

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

Shades of Biloba Flower #AD81E5

Tints of Biloba Flower #AD81E5

Color information

#AD81E5 (or 0xAD81E5) is unknown color: approx Biloba Flower. HEX triplet: AD, 81 and E5. RGB value is (173,129,229). Sum of RGB (Red+Green+Blue) = 173+129+229=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD81E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81E5 is #527E1A. Grayscale: #999999. Windows color (decimal): -5406235 or 15040941. OLE color: 15040941.

HSL color Cylindrical-coordinate representation of color #AD81E5: hue angle of 266.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD81E5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173129229-
CMYK0.240.4400.10
HSL266.4º65.79%70.2%-
HSV(B)266.4º43.67%89.8%-
XYZ39.2330.2477.9-
YUV153.56170.58141.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=32.58%
G=24.29%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731292290.240.4400.10266.465.7970.2
HexAD81E5182C0A10a4246
Octal2552013453054012412102106
Binary101011011000000111100101110001011000101010000101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81E5; }

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

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

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

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

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

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

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

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