#A08AE9

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

Shades of Biloba Flower #A08AE9

Tints of Biloba Flower #A08AE9

Color information

#A08AE9 (or 0xA08AE9) is unknown color: approx Biloba Flower. HEX triplet: A0, 8A and E9. RGB value is (160,138,233). Sum of RGB (Red+Green+Blue) = 160+138+233=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #A08AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AE9 is #5F7516. Grayscale: #9B9B9B. Windows color (decimal): -6255895 or 15305376. OLE color: 15305376.

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

Color convert

RGB160138233-
CMYK0.310.4100.09
HSL253.89º68.35%72.75%-
HSV(B)253.89º40.77%91.37%-
XYZ38.2931.5381.16-
YUV155.41171.79131.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=30.13%
G=25.99%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601382330.310.4100.09253.8968.3572.75
HexA08AE91F2909fe4449
Octal2402123513751011376104111
Binary10100000100010101110100111111101001010011111111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AE9; }

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

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

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

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

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

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

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

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