#A08AE1

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

Shades of Biloba Flower #A08AE1

Tints of Biloba Flower #A08AE1

Color information

#A08AE1 (or 0xA08AE1) is unknown color: approx Biloba Flower. HEX triplet: A0, 8A and E1. RGB value is (160,138,225). Sum of RGB (Red+Green+Blue) = 160+138+225=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #A08AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AE1 is #5F751E. Grayscale: #9A9A9A. Windows color (decimal): -6255903 or 14781088. OLE color: 14781088.

HSL color Cylindrical-coordinate representation of color #A08AE1: hue angle of 255.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08AE1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160138225-
CMYK0.290.3900.12
HSL255.17º59.18%71.18%-
HSV(B)255.17º38.67%88.24%-
XYZ37.1831.0975.28-
YUV154.5167.79131.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=30.59%
G=26.39%
B=43.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601382250.290.3900.12255.1759.1871.18
HexA08AE11D270Cff3b47
Octal240212341354701437773107
Binary1010000010001010111000011110110011101100111111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AE1; }

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

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

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

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

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

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

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

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