#AA81DE

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

Shades of Biloba Flower #AA81DE

Tints of Biloba Flower #AA81DE

Color information

#AA81DE (or 0xAA81DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 81 and DE. RGB value is (170,129,222). Sum of RGB (Red+Green+Blue) = 170+129+222=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DE is #557E21. Grayscale: #979797. Windows color (decimal): -5602850 or 14582186. OLE color: 14582186.

HSL color Cylindrical-coordinate representation of color #AA81DE: hue angle of 266.45º degrees, saturation: 0.58, 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 #AA81DE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170129222-
CMYK0.230.4200.13
HSL266.45º58.49%68.82%-
HSV(B)266.45º41.89%87.06%-
XYZ37.6129.5272.82-
YUV151.86167.58140.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=32.63%
G=24.76%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701292220.230.4200.13266.4558.4968.82
HexAA81DE172A0D10a3a45
Octal252201336275201541272105
Binary10101010100000011101111010111101010011011000010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81DE; }

 p { color: rgb(170,129,222); }

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

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

 a { background-color: rgb(170,129,222); }

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

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

 span { border-color: rgb(170,129,222); }

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