#A08DEC

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

Shades of Biloba Flower #A08DEC

Tints of Biloba Flower #A08DEC

Color information

#A08DEC (or 0xA08DEC) is unknown color: approx Biloba Flower. HEX triplet: A0, 8D and EC. RGB value is (160,141,236). Sum of RGB (Red+Green+Blue) = 160+141+236=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DEC is #5F7213. Grayscale: #9D9D9D. Windows color (decimal): -6255124 or 15502752. OLE color: 15502752.

HSL color Cylindrical-coordinate representation of color #A08DEC: hue angle of 252º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08DEC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160141236-
CMYK0.320.4000.07
HSL252º71.43%73.92%-
HSV(B)252º40.25%92.55%-
XYZ39.1632.5883.58-
YUV157.51172.29129.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=29.80%
G=26.26%
B=43.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601412360.320.4000.0725271.4373.92
HexA08DEC202807fc474a
Octal240215354405007374107112
Binary10100000100011011110110010000010100001111111110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DEC; }

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

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

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

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

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

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

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

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