#AA8AEB

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

Shades of Biloba Flower #AA8AEB

Tints of Biloba Flower #AA8AEB

Color information

#AA8AEB (or 0xAA8AEB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and EB. RGB value is (170,138,235). Sum of RGB (Red+Green+Blue) = 170+138+235=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AEB is #557514. Grayscale: #9E9E9E. Windows color (decimal): -5600533 or 15436458. OLE color: 15436458.

HSL color Cylindrical-coordinate representation of color #AA8AEB: hue angle of 259.79º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8AEB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170138235-
CMYK0.280.4100.08
HSL259.79º70.8%73.14%-
HSV(B)259.79º41.28%92.16%-
XYZ40.6632.7282.77-
YUV158.63171.1136.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=31.31%
G=25.41%
B=43.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701382350.280.4100.08259.7970.873.14
HexAA8AEB1C29081044749
Octal2522123533451010404107111
Binary101010101000101011101011111001010010100010000010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AEB; }

 p { color: rgb(170,138,235); }

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

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

 a { background-color: rgb(170,138,235); }

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

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

 span { border-color: rgb(170,138,235); }

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