Shades of Cold Purple #A08FCB
Tints of Cold Purple #A08FCB
RGB
CMYK
RGB Variations
Color information
#A08FCB (or 0xA08FCB) is known color: Cold Purple. HEX triplet: A0, 8F and CB. RGB value is (160,143,203). Sum of RGB (Red+Green+Blue) = 160+143+203=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCB is #5F7034. Grayscale: #9A9A9A. Windows color (decimal): -6254645 or 13340576. OLE color: 13340576.
HSL color Cylindrical-coordinate representation of color #A08FCB: hue angle of 257º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08FCB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 143 | 203 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.20 |
| HSL | 257º | 0.37% | 0.68% | - |
| HSV(B) | 257º | 0.3% | 0.8% | - |
| XYZ | 35.1 | 31.43 | 60.72 | - |
| YUV | 154.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 203 | 0.21 | 0.30 | 0 | 0.20 | 257 | 0.37 | 0.68 |
| Hex | A0 | 8F | CB | 15 | 1E | 0 | 14 | 101 | 25 | 44 |
| Octal | 240 | 217 | 313 | 25 | 36 | 0 | 24 | 401 | 45 | 104 |
| Binary | 10100000 | 10001111 | 11001011 | 10101 | 11110 | 0 | 10100 | 100000001 | 100101 | 1000100 |
Color Harmonies of #A08FCB
Complementary color
Monochromatic Colors of #A08FCB
Black with #A08FCB
Text Example
Text Example
White with #A08FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FCB; }
p { color: rgb(160,143,203); }
H1.HeaderClassName
{
color: #A08FCB;
}
.AnyTagClassName
{
color: #A08FCB;
}
</style>
background-color css
<style>
a { background-color: #A08FCB; }
a { background-color: rgb(160,143,203); }
div.DivClassName
{
background-color: #A08FCB;
}
.BgClassName
{
background-color: #A08FCB;
}
</style>
border-color css
<style>
span { border-color: #A08FCB; }
span { border-color: rgb(160,143,203); }
td.TdClassName
{
border-color: #A08FCB;
}
.TagClassName
{
border-color: #A08FCB;
}
</style>