#AA8FE4

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

Shades of Biloba Flower #AA8FE4

Tints of Biloba Flower #AA8FE4

Color information

#AA8FE4 (or 0xAA8FE4) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and E4. RGB value is (170,143,228). Sum of RGB (Red+Green+Blue) = 170+143+228=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA8FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FE4 is #55701B. Grayscale: #A0A0A0. Windows color (decimal): -5599260 or 14978986. OLE color: 14978986.

HSL color Cylindrical-coordinate representation of color #AA8FE4: hue angle of 259.06º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8FE4 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170143228-
CMYK0.250.3700.11
HSL259.06º61.15%72.75%-
HSV(B)259.06º37.28%89.41%-
XYZ40.433.7977.79-
YUV160.76165.95134.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 228 (89.45% from 255) = 42.14%
R=31.42%
G=26.43%
B=42.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701432280.250.3700.11259.0661.1572.75
HexAA8FE419250B1033d49
Octal252217344314501340375111
Binary10101010100011111110010011001100101010111000000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FE4; }

 p { color: rgb(170,143,228); }

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

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

 a { background-color: rgb(170,143,228); }

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

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

 span { border-color: rgb(170,143,228); }

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