#AA8AF2

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

Shades of Biloba Flower #AA8AF2

Tints of Biloba Flower #AA8AF2

Color information

#AA8AF2 (or 0xAA8AF2) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and F2. RGB value is (170,138,242). Sum of RGB (Red+Green+Blue) = 170+138+242=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA8AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF2 is #55750D. Grayscale: #9F9F9F. Windows color (decimal): -5600526 or 15895210. OLE color: 15895210.

HSL color Cylindrical-coordinate representation of color #AA8AF2: hue angle of 258.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8AF2 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170138242-
CMYK0.300.4300.05
HSL258.46º80%74.51%-
HSV(B)258.46º42.98%94.9%-
XYZ41.6933.1388.2-
YUV159.42174.6135.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 242 (94.92% from 255) = 44%
R=30.91%
G=25.09%
B=44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701382420.300.4300.05258.468074.51
HexAA8AF21E2B05102504b
Octal252212362365305402120113
Binary10101010100010101111001011110101011010110000001010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AF2; }

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

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

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

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

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

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

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

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