#A08CD9

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

Shades of Biloba Flower #A08CD9

Tints of Biloba Flower #A08CD9

Color information

#A08CD9 (or 0xA08CD9) is unknown color: approx Biloba Flower. HEX triplet: A0, 8C and D9. RGB value is (160,140,217). Sum of RGB (Red+Green+Blue) = 160+140+217=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #A08CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CD9 is #5F7326. Grayscale: #9A9A9A. Windows color (decimal): -6255399 or 14257312. OLE color: 14257312.

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

Color convert

RGB160140217-
CMYK0.260.3500.15
HSL255.58º50.33%70%-
HSV(B)255.58º35.48%85.1%-
XYZ36.431.2469.76-
YUV154.76163.13131.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=30.95%
G=27.08%
B=41.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601402170.260.3500.15255.5850.3370
HexA08CD91A230F1003246
Octal240214331324301740062106
Binary10100000100011001101100111010100011011111000000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CD9; }

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

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

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

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

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

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

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

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