Shades of Cold Purple #A08AD2
Tints of Cold Purple #A08AD2
RGB
CMYK
RGB Variations
Color information
#A08AD2 (or 0xA08AD2) is known color: Cold Purple. HEX triplet: A0, 8A and D2. RGB value is (160,138,210). Sum of RGB (Red+Green+Blue) = 160+138+210=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #A08AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD2 is #5F752D. Grayscale: #989898. Windows color (decimal): -6255918 or 13798048. OLE color: 13798048.
HSL color Cylindrical-coordinate representation of color #A08AD2: hue angle of 258.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A08AD2 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 138 | 210 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.18 |
| HSL | 258.33º | 0.44% | 0.68% | - |
| HSV(B) | 258.33º | 0.34% | 0.82% | - |
| XYZ | 35.22 | 30.3 | 64.97 | - |
| YUV | 152.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 210 | 0.24 | 0.34 | 0 | 0.18 | 258.33 | 0.44 | 0.68 |
| Hex | A0 | 8A | D2 | 18 | 22 | 0 | 12 | 102 | 2C | 44 |
| Octal | 240 | 212 | 322 | 30 | 42 | 0 | 22 | 402 | 54 | 104 |
| Binary | 10100000 | 10001010 | 11010010 | 11000 | 100010 | 0 | 10010 | 100000010 | 101100 | 1000100 |
Color Harmonies of #A08AD2
Complementary color
Monochromatic Colors of #A08AD2
Black with #A08AD2
Text Example
Text Example
White with #A08AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AD2; }
p { color: rgb(160,138,210); }
H1.HeaderClassName
{
color: #A08AD2;
}
.AnyTagClassName
{
color: #A08AD2;
}
</style>
background-color css
<style>
a { background-color: #A08AD2; }
a { background-color: rgb(160,138,210); }
div.DivClassName
{
background-color: #A08AD2;
}
.BgClassName
{
background-color: #A08AD2;
}
</style>
border-color css
<style>
span { border-color: #A08AD2; }
span { border-color: rgb(160,138,210); }
td.TdClassName
{
border-color: #A08AD2;
}
.TagClassName
{
border-color: #A08AD2;
}
</style>