#AA82E7

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

Shades of Biloba Flower #AA82E7

Tints of Biloba Flower #AA82E7

Color information

#AA82E7 (or 0xAA82E7) is unknown color: approx Biloba Flower. HEX triplet: AA, 82 and E7. RGB value is (170,130,231). Sum of RGB (Red+Green+Blue) = 170+130+231=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA82E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82E7 is #557D18. Grayscale: #999999. Windows color (decimal): -5602585 or 15172266. OLE color: 15172266.

HSL color Cylindrical-coordinate representation of color #AA82E7: hue angle of 263.76º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA82E7 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170130231-
CMYK0.260.4400.09
HSL263.76º67.79%70.78%-
HSV(B)263.76º43.72%90.59%-
XYZ38.9830.2879.39-
YUV153.47171.75139.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 231 (90.62% from 255) = 43.50%
R=32.02%
G=24.48%
B=43.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701302310.260.4400.09263.7667.7970.78
HexAA82E71A2C091084447
Octal2522023473254011410104107
Binary101010101000001011100111110101011000100110000100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82E7; }

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

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

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

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

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

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

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

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