Shades of Cold Purple #A28CCC
Tints of Cold Purple #A28CCC
RGB
CMYK
RGB Variations
Color information
#A28CCC (or 0xA28CCC) is known color: Cold Purple. HEX triplet: A2, 8C and CC. RGB value is (162,140,204). Sum of RGB (Red+Green+Blue) = 162+140+204=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCC is #5D7333. Grayscale: #999999. Windows color (decimal): -6124340 or 13405346. OLE color: 13405346.
HSL color Cylindrical-coordinate representation of color #A28CCC: hue angle of 260.62º degrees, saturation: 0.39, 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 #A28CCC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 140 | 204 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.2 |
| HSL | 260.63º | 0.39% | 0.67% | - |
| HSV(B) | 260.63º | 0.31% | 0.8% | - |
| XYZ | 35.18 | 30.8 | 61.22 | - |
| YUV | 153.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 204 | 0.21 | 0.31 | 0 | 0.2 | 260.63 | 0.39 | 0.67 |
| Hex | A2 | 8C | CC | 15 | 1F | 0 | 14 | 105 | 27 | 43 |
| Octal | 242 | 214 | 314 | 25 | 37 | 0 | 24 | 405 | 47 | 103 |
| Binary | 10100010 | 10001100 | 11001100 | 10101 | 11111 | 0 | 10100 | 100000101 | 100111 | 1000011 |
Color Harmonies of #A28CCC
Complementary color
Monochromatic Colors of #A28CCC
Black with #A28CCC
Text Example
Text Example
White with #A28CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CCC; }
p { color: rgb(162,140,204); }
H1.HeaderClassName
{
color: #A28CCC;
}
.AnyTagClassName
{
color: #A28CCC;
}
</style>
background-color css
<style>
a { background-color: #A28CCC; }
a { background-color: rgb(162,140,204); }
div.DivClassName
{
background-color: #A28CCC;
}
.BgClassName
{
background-color: #A28CCC;
}
</style>
border-color css
<style>
span { border-color: #A28CCC; }
span { border-color: rgb(162,140,204); }
td.TdClassName
{
border-color: #A28CCC;
}
.TagClassName
{
border-color: #A28CCC;
}
</style>