Shades of Cold Purple #A28ACB
Tints of Cold Purple #A28ACB
RGB
CMYK
RGB Variations
Color information
#A28ACB (or 0xA28ACB) is known color: Cold Purple. HEX triplet: A2, 8A and CB. RGB value is (162,138,203). Sum of RGB (Red+Green+Blue) = 162+138+203=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 138 (54.30% from 255 or 27.44% 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 #A28ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACB is #5D7534. Grayscale: #989898. Windows color (decimal): -6124853 or 13339298. OLE color: 13339298.
HSL color Cylindrical-coordinate representation of color #A28ACB: hue angle of 262.15º 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 #A28ACB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 138 | 203 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.20 |
| HSL | 262.15º | 0.38% | 0.67% | - |
| HSV(B) | 262.15º | 0.32% | 0.8% | - |
| XYZ | 34.77 | 30.17 | 60.49 | - |
| YUV | 152.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 203 | 0.20 | 0.32 | 0 | 0.20 | 262.15 | 0.38 | 0.67 |
| Hex | A2 | 8A | CB | 14 | 20 | 0 | 14 | 106 | 26 | 43 |
| Octal | 242 | 212 | 313 | 24 | 40 | 0 | 24 | 406 | 46 | 103 |
| Binary | 10100010 | 10001010 | 11001011 | 10100 | 100000 | 0 | 10100 | 100000110 | 100110 | 1000011 |
Color Harmonies of #A28ACB
Complementary color
Monochromatic Colors of #A28ACB
Black with #A28ACB
Text Example
Text Example
White with #A28ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ACB; }
p { color: rgb(162,138,203); }
H1.HeaderClassName
{
color: #A28ACB;
}
.AnyTagClassName
{
color: #A28ACB;
}
</style>
background-color css
<style>
a { background-color: #A28ACB; }
a { background-color: rgb(162,138,203); }
div.DivClassName
{
background-color: #A28ACB;
}
.BgClassName
{
background-color: #A28ACB;
}
</style>
border-color css
<style>
span { border-color: #A28ACB; }
span { border-color: rgb(162,138,203); }
td.TdClassName
{
border-color: #A28ACB;
}
.TagClassName
{
border-color: #A28ACB;
}
</style>