#AA81DC

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

Shades of Biloba Flower #AA81DC

Tints of Biloba Flower #AA81DC

Color information

#AA81DC (or 0xAA81DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 81 and DC. RGB value is (170,129,220). Sum of RGB (Red+Green+Blue) = 170+129+220=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DC is #557E23. Grayscale: #979797. Windows color (decimal): -5602852 or 14451114. OLE color: 14451114.

HSL color Cylindrical-coordinate representation of color #AA81DC: hue angle of 267.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA81DC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170129220-
CMYK0.230.4100.14
HSL267.03º56.52%68.43%-
HSV(B)267.03º41.36%86.27%-
XYZ37.3529.4171.42-
YUV151.63166.58141.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=32.76%
G=24.86%
B=42.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701292200.230.4100.14267.0356.5268.43
HexAA81DC17290E10b3944
Octal252201334275101641371104
Binary10101010100000011101110010111101001011101000010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81DC; }

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

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

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

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

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

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

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

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