#A08BD9

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

Shades of Biloba Flower #A08BD9

Tints of Biloba Flower #A08BD9

Color information

#A08BD9 (or 0xA08BD9) is unknown color: approx Biloba Flower. HEX triplet: A0, 8B and D9. RGB value is (160,139,217). Sum of RGB (Red+Green+Blue) = 160+139+217=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A08BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BD9 is #5F7426. Grayscale: #999999. Windows color (decimal): -6255655 or 14257056. OLE color: 14257056.

HSL color Cylindrical-coordinate representation of color #A08BD9: hue angle of 256.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08BD9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160139217-
CMYK0.260.3600.15
HSL256.15º50.65%69.8%-
HSV(B)256.15º35.94%85.1%-
XYZ36.2530.9569.71-
YUV154.17163.46132.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=31.01%
G=26.94%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601392170.260.3600.15256.1550.6569.8
HexA08BD91A240F1003346
Octal240213331324401740063106
Binary10100000100010111101100111010100100011111000000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BD9; }

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

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

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

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

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

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

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

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