#AA8BE8

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

Shades of Biloba Flower #AA8BE8

Tints of Biloba Flower #AA8BE8

Color information

#AA8BE8 (or 0xAA8BE8) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and E8. RGB value is (170,139,232). Sum of RGB (Red+Green+Blue) = 170+139+232=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BE8 is #557417. Grayscale: #9E9E9E. Windows color (decimal): -5600280 or 15240106. OLE color: 15240106.

HSL color Cylindrical-coordinate representation of color #AA8BE8: hue angle of 260º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8BE8 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170139232-
CMYK0.270.4000.09
HSL260º66.91%72.75%-
HSV(B)260º40.09%90.98%-
XYZ40.3832.8480.55-
YUV158.87169.27135.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=31.42%
G=25.69%
B=42.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701392320.270.4000.0926066.9172.75
HexAA8BE81B28091044349
Octal2522133503350011404103111
Binary101010101000101111101000110111010000100110000010010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BE8; }

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

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

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

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

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

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

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

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