Shades of Cold Purple #A08CCB
Tints of Cold Purple #A08CCB
RGB
CMYK
RGB Variations
Color information
#A08CCB (or 0xA08CCB) is known color: Cold Purple. HEX triplet: A0, 8C and CB. RGB value is (160,140,203). Sum of RGB (Red+Green+Blue) = 160+140+203=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCB is #5F7334. Grayscale: #989898. Windows color (decimal): -6255413 or 13339808. OLE color: 13339808.
HSL color Cylindrical-coordinate representation of color #A08CCB: hue angle of 259.05º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08CCB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 140 | 203 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.20 |
| HSL | 259.05º | 0.38% | 0.67% | - |
| HSV(B) | 259.05º | 0.31% | 0.8% | - |
| XYZ | 34.65 | 30.54 | 60.57 | - |
| YUV | 153.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 203 | 0.21 | 0.31 | 0 | 0.20 | 259.05 | 0.38 | 0.67 |
| Hex | A0 | 8C | CB | 15 | 1F | 0 | 14 | 103 | 26 | 43 |
| Octal | 240 | 214 | 313 | 25 | 37 | 0 | 24 | 403 | 46 | 103 |
| Binary | 10100000 | 10001100 | 11001011 | 10101 | 11111 | 0 | 10100 | 100000011 | 100110 | 1000011 |
Color Harmonies of #A08CCB
Complementary color
Monochromatic Colors of #A08CCB
Black with #A08CCB
Text Example
Text Example
White with #A08CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CCB; }
p { color: rgb(160,140,203); }
H1.HeaderClassName
{
color: #A08CCB;
}
.AnyTagClassName
{
color: #A08CCB;
}
</style>
background-color css
<style>
a { background-color: #A08CCB; }
a { background-color: rgb(160,140,203); }
div.DivClassName
{
background-color: #A08CCB;
}
.BgClassName
{
background-color: #A08CCB;
}
</style>
border-color css
<style>
span { border-color: #A08CCB; }
span { border-color: rgb(160,140,203); }
td.TdClassName
{
border-color: #A08CCB;
}
.TagClassName
{
border-color: #A08CCB;
}
</style>