#AA82DC

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

Shades of Biloba Flower #AA82DC

Tints of Biloba Flower #AA82DC

Color information

#AA82DC (or 0xAA82DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 82 and DC. RGB value is (170,130,220). Sum of RGB (Red+Green+Blue) = 170+130+220=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DC is #557D23. Grayscale: #979797. Windows color (decimal): -5602596 or 14451370. OLE color: 14451370.

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

Color convert

RGB170130220-
CMYK0.230.4100.14
HSL266.67º56.25%68.63%-
HSV(B)266.67º40.91%86.27%-
XYZ37.4829.6871.46-
YUV152.22166.25140.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=32.69%
G=25%
B=42.31%

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
Decimal1701302200.230.4100.14266.6756.2568.63
HexAA82DC17290E10b3845
Octal252202334275101641370105
Binary10101010100000101101110010111101001011101000010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82DC; }

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

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

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

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

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

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

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

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