#AA8AF1

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

Shades of Biloba Flower #AA8AF1

Tints of Biloba Flower #AA8AF1

Color information

#AA8AF1 (or 0xAA8AF1) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and F1. RGB value is (170,138,241). Sum of RGB (Red+Green+Blue) = 170+138+241=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA8AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF1 is #55750E. Grayscale: #9E9E9E. Windows color (decimal): -5600527 or 15829674. OLE color: 15829674.

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

Color convert

RGB170138241-
CMYK0.290.4300.05
HSL258.64º78.63%74.31%-
HSV(B)258.64º42.74%94.51%-
XYZ41.5433.0787.41-
YUV159.31174.1135.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=30.97%
G=25.14%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701382410.290.4300.05258.6478.6374.31
HexAA8AF11D2B051034f4a
Octal252212361355305403117112
Binary10101010100010101111000111101101011010110000001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AF1; }

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

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

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

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

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

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

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

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