#AA81D5

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

Shades of Biloba Flower #AA81D5

Tints of Biloba Flower #AA81D5

Color information

#AA81D5 (or 0xAA81D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 81 and D5. RGB value is (170,129,213). Sum of RGB (Red+Green+Blue) = 170+129+213=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA81D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81D5 is #557E2A. Grayscale: #969696. Windows color (decimal): -5602859 or 13992362. OLE color: 13992362.

HSL color Cylindrical-coordinate representation of color #AA81D5: hue angle of 269.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA81D5 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170129213-
CMYK0.200.3900.16
HSL269.29º50%67.06%-
HSV(B)269.29º39.44%83.53%-
XYZ36.4429.0566.64-
YUV150.84163.08141.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=33.20%
G=25.20%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701292130.200.3900.16269.295067.06
HexAA81D5142701010d3243
Octal252201325244702041562103
Binary101010101000000111010101101001001110100001000011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81D5; }

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

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

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

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

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

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

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

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