#AA8CEA

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

Shades of Biloba Flower #AA8CEA

Tints of Biloba Flower #AA8CEA

Color information

#AA8CEA (or 0xAA8CEA) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and EA. RGB value is (170,140,234). Sum of RGB (Red+Green+Blue) = 170+140+234=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CEA is #557315. Grayscale: #9F9F9F. Windows color (decimal): -5600022 or 15371434. OLE color: 15371434.

HSL color Cylindrical-coordinate representation of color #AA8CEA: hue angle of 259.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8CEA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170140234-
CMYK0.270.4000.08
HSL259.15º69.12%73.33%-
HSV(B)259.15º40.17%91.76%-
XYZ40.8133.2482.11-
YUV159.69169.94135.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=31.25%
G=25.74%
B=43.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701402340.270.4000.08259.1569.1273.33
HexAA8CEA1B28081034549
Octal2522143523350010403105111
Binary101010101000110011101010110111010000100010000001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CEA; }

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

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

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

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

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

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

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

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