#A08EE5

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

Shades of Biloba Flower #A08EE5

Tints of Biloba Flower #A08EE5

Color information

#A08EE5 (or 0xA08EE5) is unknown color: approx Biloba Flower. HEX triplet: A0, 8E and E5. RGB value is (160,142,229). Sum of RGB (Red+Green+Blue) = 160+142+229=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #A08EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EE5 is #5F711A. Grayscale: #9C9C9C. Windows color (decimal): -6254875 or 15044256. OLE color: 15044256.

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

Color convert

RGB160142229-
CMYK0.300.3800.10
HSL252.41º62.59%72.75%-
HSV(B)252.41º37.99%89.8%-
XYZ38.3132.4878.38-
YUV157.3168.46129.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=30.13%
G=26.74%
B=43.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601422290.300.3800.10252.4162.5972.75
HexA08EE51E260Afc3f49
Octal240216345364601237477111
Binary1010000010001110111001011111010011001010111111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EE5; }

 p { color: rgb(160,142,229); }

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

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

 a { background-color: rgb(160,142,229); }

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

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

 span { border-color: rgb(160,142,229); }

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