#AA8AF5

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

Shades of Biloba Flower #AA8AF5

Tints of Biloba Flower #AA8AF5

Color information

#AA8AF5 (or 0xAA8AF5) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and F5. RGB value is (170,138,245). Sum of RGB (Red+Green+Blue) = 170+138+245=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA8AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF5 is #55750A. Grayscale: #9F9F9F. Windows color (decimal): -5600523 or 16091818. OLE color: 16091818.

HSL color Cylindrical-coordinate representation of color #AA8AF5: hue angle of 257.94º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8AF5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170138245-
CMYK0.310.4400.04
HSL257.94º84.25%75.1%-
HSV(B)257.94º43.67%96.08%-
XYZ42.1533.3290.6-
YUV159.77176.1135.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 245 (96.09% from 255) = 44.30%
R=30.74%
G=24.95%
B=44.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701382450.310.4400.04257.9484.2575.1
HexAA8AF51F2C04102544b
Octal252212365375404402124113
Binary10101010100010101111010111111101100010010000001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AF5; }

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

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

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

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

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

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

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

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