Shades of Cold Purple #A08ACB
Tints of Cold Purple #A08ACB
RGB
CMYK
RGB Variations
Color information
#A08ACB (or 0xA08ACB) is known color: Cold Purple. HEX triplet: A0, 8A and CB. RGB value is (160,138,203). Sum of RGB (Red+Green+Blue) = 160+138+203=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACB is #5F7534. Grayscale: #979797. Windows color (decimal): -6255925 or 13339296. OLE color: 13339296.
HSL color Cylindrical-coordinate representation of color #A08ACB: hue angle of 260.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08ACB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 138 | 203 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 260.31º | 0.38% | 0.67% | - |
| HSV(B) | 260.31º | 0.32% | 0.8% | - |
| XYZ | 34.37 | 29.96 | 60.47 | - |
| YUV | 151.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 203 | 0.21 | 0.32 | 0 | 0.20 | 260.31 | 0.38 | 0.67 |
| Hex | A0 | 8A | CB | 15 | 20 | 0 | 14 | 104 | 26 | 43 |
| Octal | 240 | 212 | 313 | 25 | 40 | 0 | 24 | 404 | 46 | 103 |
| Binary | 10100000 | 10001010 | 11001011 | 10101 | 100000 | 0 | 10100 | 100000100 | 100110 | 1000011 |
Color Harmonies of #A08ACB
Complementary color
Monochromatic Colors of #A08ACB
Black with #A08ACB
Text Example
Text Example
White with #A08ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ACB; }
p { color: rgb(160,138,203); }
H1.HeaderClassName
{
color: #A08ACB;
}
.AnyTagClassName
{
color: #A08ACB;
}
</style>
background-color css
<style>
a { background-color: #A08ACB; }
a { background-color: rgb(160,138,203); }
div.DivClassName
{
background-color: #A08ACB;
}
.BgClassName
{
background-color: #A08ACB;
}
</style>
border-color css
<style>
span { border-color: #A08ACB; }
span { border-color: rgb(160,138,203); }
td.TdClassName
{
border-color: #A08ACB;
}
.TagClassName
{
border-color: #A08ACB;
}
</style>