#AA8CE5

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

Shades of Biloba Flower #AA8CE5

Tints of Biloba Flower #AA8CE5

Color information

#AA8CE5 (or 0xAA8CE5) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and E5. RGB value is (170,140,229). Sum of RGB (Red+Green+Blue) = 170+140+229=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CE5 is #55731A. Grayscale: #9E9E9E. Windows color (decimal): -5600027 or 15043754. OLE color: 15043754.

HSL color Cylindrical-coordinate representation of color #AA8CE5: hue angle of 260.22º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8CE5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170140229-
CMYK0.260.3900.10
HSL260.22º63.12%72.35%-
HSV(B)260.22º38.86%89.8%-
XYZ40.132.9678.38-
YUV159.12167.44135.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=31.54%
G=25.97%
B=42.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701402290.260.3900.10260.2263.1272.35
HexAA8CE51A270A1043f48
Octal252214345324701240477110
Binary10101010100011001110010111010100111010101000001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CE5; }

 p { color: rgb(170,140,229); }

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

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

 a { background-color: rgb(170,140,229); }

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

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

 span { border-color: rgb(170,140,229); }

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