#A08EDB

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

Shades of Biloba Flower #A08EDB

Tints of Biloba Flower #A08EDB

Color information

#A08EDB (or 0xA08EDB) is unknown color: approx Biloba Flower. HEX triplet: A0, 8E and DB. RGB value is (160,142,219). Sum of RGB (Red+Green+Blue) = 160+142+219=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDB is #5F7124. Grayscale: #9B9B9B. Windows color (decimal): -6254885 or 14388896. OLE color: 14388896.

HSL color Cylindrical-coordinate representation of color #A08EDB: hue angle of 254.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08EDB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160142219-
CMYK0.270.3500.14
HSL254.03º51.68%70.78%-
HSV(B)254.03º35.16%85.88%-
XYZ36.9631.9371.23-
YUV156.16163.46130.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=30.71%
G=27.26%
B=42.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601422190.270.3500.14254.0351.6870.78
HexA08EDB1B230Efe3447
Octal240216333334301637664107
Binary1010000010001110110110111101110001101110111111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EDB; }

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

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

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

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

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

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

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

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