#A08DC1

Color #A08DC1 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A08DC1

Tints of Cold Purple #A08DC1

Color information

#A08DC1 (or 0xA08DC1) is unknown color: approx Cold Purple. HEX triplet: A0, 8D and C1. RGB value is (160,141,193). Sum of RGB (Red+Green+Blue) = 160+141+193=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #A08DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DC1 is #5F723E. Grayscale: #989898. Windows color (decimal): -6255167 or 12684704. OLE color: 12684704.

HSL color Cylindrical-coordinate representation of color #A08DC1: hue angle of 261.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08DC1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160141193-
CMYK0.170.2700.24
HSL261.92º29.55%65.49%-
HSV(B)261.92º26.94%75.69%-
XYZ33.6530.3754.54-
YUV152.61150.79133.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=32.39%
G=28.54%
B=39.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601411930.170.2700.24261.9229.5565.49
HexA08DC1111B0181061e41
Octal240215301213303040636101
Binary1010000010001101110000011000111011011000100000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DC1; }

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

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

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

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

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

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

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

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