#AA81D7

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

Shades of Biloba Flower #AA81D7

Tints of Biloba Flower #AA81D7

Color information

#AA81D7 (or 0xAA81D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 81 and D7. RGB value is (170,129,215). Sum of RGB (Red+Green+Blue) = 170+129+215=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA81D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81D7 is #557E28. Grayscale: #969696. Windows color (decimal): -5602857 or 14123434. OLE color: 14123434.

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

Color convert

RGB170129215-
CMYK0.210.400.16
HSL268.6º51.81%67.45%-
HSV(B)268.6º40%84.31%-
XYZ36.6929.1567.98-
YUV151.06164.08141.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=33.07%
G=25.10%
B=41.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701292150.210.400.16268.651.8167.45
HexAA81D7152801010d3443
Octal252201327255002041564103
Binary101010101000000111010111101011010000100001000011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81D7; }

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

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

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

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

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

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

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

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