#A08EE9

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

Shades of Biloba Flower #A08EE9

Tints of Biloba Flower #A08EE9

Color information

#A08EE9 (or 0xA08EE9) is unknown color: approx Biloba Flower. HEX triplet: A0, 8E and E9. RGB value is (160,142,233). Sum of RGB (Red+Green+Blue) = 160+142+233=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #A08EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EE9 is #5F7116. Grayscale: #9D9D9D. Windows color (decimal): -6254871 or 15306400. OLE color: 15306400.

HSL color Cylindrical-coordinate representation of color #A08EE9: hue angle of 251.87º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08EE9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160142233-
CMYK0.310.3900.09
HSL251.87º67.41%73.53%-
HSV(B)251.87º39.06%91.37%-
XYZ38.8832.781.35-
YUV157.76170.46129.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=29.91%
G=26.54%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601422330.310.3900.09251.8767.4173.53
HexA08EE91F2709fc434a
Octal2402163513747011374103112
Binary10100000100011101110100111111100111010011111110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EE9; }

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

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

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

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

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

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

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

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