#A08BE0

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

Shades of Biloba Flower #A08BE0

Tints of Biloba Flower #A08BE0

Color information

#A08BE0 (or 0xA08BE0) is unknown color: approx Biloba Flower. HEX triplet: A0, 8B and E0. RGB value is (160,139,224). Sum of RGB (Red+Green+Blue) = 160+139+224=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #A08BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BE0 is #5F741F. Grayscale: #9A9A9A. Windows color (decimal): -6255648 or 14715808. OLE color: 14715808.

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

Color convert

RGB160139224-
CMYK0.290.3800.12
HSL254.82º57.82%71.18%-
HSV(B)254.82º37.95%87.84%-
XYZ37.1831.3274.61-
YUV154.97166.96131.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=30.59%
G=26.58%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601392240.290.3800.12254.8257.8271.18
HexA08BE01D260Cff3a47
Octal240213340354601437772107
Binary1010000010001011111000001110110011001100111111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BE0; }

 p { color: rgb(160,139,224); }

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

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

 a { background-color: rgb(160,139,224); }

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

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

 span { border-color: rgb(160,139,224); }

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