#A08DDB

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

Shades of Biloba Flower #A08DDB

Tints of Biloba Flower #A08DDB

Color information

#A08DDB (or 0xA08DDB) is unknown color: approx Biloba Flower. HEX triplet: A0, 8D and DB. RGB value is (160,141,219). Sum of RGB (Red+Green+Blue) = 160+141+219=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DDB is #5F7224. Grayscale: #9B9B9B. Windows color (decimal): -6255141 or 14388640. OLE color: 14388640.

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

Color convert

RGB160141219-
CMYK0.270.3600.14
HSL254.62º52%70.59%-
HSV(B)254.62º35.62%85.88%-
XYZ36.8131.6471.18-
YUV155.57163.79131.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=30.77%
G=27.12%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601412190.270.3600.14254.625270.59
HexA08DDB1B240Eff3447
Octal240215333334401637764107
Binary1010000010001101110110111101110010001110111111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DDB; }

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

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

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

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

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

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

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

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