#AA84E1

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

Shades of Biloba Flower #AA84E1

Tints of Biloba Flower #AA84E1

Color information

#AA84E1 (or 0xAA84E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and E1. RGB value is (170,132,225). Sum of RGB (Red+Green+Blue) = 170+132+225=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA84E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84E1 is #557B1E. Grayscale: #999999. Windows color (decimal): -5602079 or 14779562. OLE color: 14779562.

HSL color Cylindrical-coordinate representation of color #AA84E1: hue angle of 264.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA84E1 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170132225-
CMYK0.240.4100.12
HSL264.52º60.78%70%-
HSV(B)264.52º41.33%88.24%-
XYZ38.4230.4875.09-
YUV153.96168.09139.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=32.26%
G=25.05%
B=42.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701322250.240.4100.12264.5260.7870
HexAA84E118290C1093d46
Octal252204341305101441175106
Binary10101010100001001110000111000101001011001000010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84E1; }

 p { color: rgb(170,132,225); }

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

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

 a { background-color: rgb(170,132,225); }

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

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

 span { border-color: rgb(170,132,225); }

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