#AA82DE

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

Shades of Biloba Flower #AA82DE

Tints of Biloba Flower #AA82DE

Color information

#AA82DE (or 0xAA82DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 82 and DE. RGB value is (170,130,222). Sum of RGB (Red+Green+Blue) = 170+130+222=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA82DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DE is #557D21. Grayscale: #989898. Windows color (decimal): -5602594 or 14582442. OLE color: 14582442.

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

Color convert

RGB170130222-
CMYK0.230.4100.13
HSL266.09º58.23%69.02%-
HSV(B)266.09º41.44%87.06%-
XYZ37.7529.7972.87-
YUV152.45167.25140.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=32.57%
G=24.90%
B=42.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701302220.230.4100.13266.0958.2369.02
HexAA82DE17290D10a3a45
Octal252202336275101541272105
Binary10101010100000101101111010111101001011011000010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82DE; }

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

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

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

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

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

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

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

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