#AA87E8

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

Shades of Biloba Flower #AA87E8

Tints of Biloba Flower #AA87E8

Color information

#AA87E8 (or 0xAA87E8) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and E8. RGB value is (170,135,232). Sum of RGB (Red+Green+Blue) = 170+135+232=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA87E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87E8 is #557817. Grayscale: #9C9C9C. Windows color (decimal): -5601304 or 15239082. OLE color: 15239082.

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

Color convert

RGB170135232-
CMYK0.270.4200.09
HSL261.65º67.83%71.96%-
HSV(B)261.65º41.81%90.98%-
XYZ39.8131.780.36-
YUV156.52170.6137.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=31.66%
G=25.14%
B=43.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701352320.270.4200.09261.6567.8371.96
HexAA87E81B2A091064448
Octal2522073503352011406104110
Binary101010101000011111101000110111010100100110000011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87E8; }

 p { color: rgb(170,135,232); }

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

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

 a { background-color: rgb(170,135,232); }

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

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

 span { border-color: rgb(170,135,232); }

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