Shades of Cold Purple #A08ACD
Tints of Cold Purple #A08ACD
RGB
CMYK
RGB Variations
Color information
#A08ACD (or 0xA08ACD) is known color: Cold Purple. HEX triplet: A0, 8A and CD. RGB value is (160,138,205). Sum of RGB (Red+Green+Blue) = 160+138+205=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACD is #5F7532. Grayscale: #979797. Windows color (decimal): -6255923 or 13470368. OLE color: 13470368.
HSL color Cylindrical-coordinate representation of color #A08ACD: hue angle of 259.7º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08ACD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 138 | 205 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.20 |
| HSL | 259.7º | 0.4% | 0.67% | - |
| HSV(B) | 259.7º | 0.33% | 0.8% | - |
| XYZ | 34.61 | 30.06 | 61.74 | - |
| YUV | 152.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 205 | 0.22 | 0.33 | 0 | 0.20 | 259.7 | 0.4 | 0.67 |
| Hex | A0 | 8A | CD | 16 | 21 | 0 | 14 | 104 | 28 | 43 |
| Octal | 240 | 212 | 315 | 26 | 41 | 0 | 24 | 404 | 50 | 103 |
| Binary | 10100000 | 10001010 | 11001101 | 10110 | 100001 | 0 | 10100 | 100000100 | 101000 | 1000011 |
Color Harmonies of #A08ACD
Complementary color
Monochromatic Colors of #A08ACD
Black with #A08ACD
Text Example
Text Example
White with #A08ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ACD; }
p { color: rgb(160,138,205); }
H1.HeaderClassName
{
color: #A08ACD;
}
.AnyTagClassName
{
color: #A08ACD;
}
</style>
background-color css
<style>
a { background-color: #A08ACD; }
a { background-color: rgb(160,138,205); }
div.DivClassName
{
background-color: #A08ACD;
}
.BgClassName
{
background-color: #A08ACD;
}
</style>
border-color css
<style>
span { border-color: #A08ACD; }
span { border-color: rgb(160,138,205); }
td.TdClassName
{
border-color: #A08ACD;
}
.TagClassName
{
border-color: #A08ACD;
}
</style>