Shades of Cold Purple #A28CCA
Tints of Cold Purple #A28CCA
RGB
CMYK
RGB Variations
Color information
#A28CCA (or 0xA28CCA) is known color: Cold Purple. HEX triplet: A2, 8C and CA. RGB value is (162,140,202). Sum of RGB (Red+Green+Blue) = 162+140+202=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCA is #5D7335. Grayscale: #999999. Windows color (decimal): -6124342 or 13274274. OLE color: 13274274.
HSL color Cylindrical-coordinate representation of color #A28CCA: hue angle of 261.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28CCA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 140 | 202 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.21 |
| HSL | 261.29º | 0.37% | 0.67% | - |
| HSV(B) | 261.29º | 0.31% | 0.79% | - |
| XYZ | 34.94 | 30.7 | 59.96 | - |
| YUV | 153.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 202 | 0.20 | 0.31 | 0 | 0.21 | 261.29 | 0.37 | 0.67 |
| Hex | A2 | 8C | CA | 14 | 1F | 0 | 15 | 105 | 25 | 43 |
| Octal | 242 | 214 | 312 | 24 | 37 | 0 | 25 | 405 | 45 | 103 |
| Binary | 10100010 | 10001100 | 11001010 | 10100 | 11111 | 0 | 10101 | 100000101 | 100101 | 1000011 |
Color Harmonies of #A28CCA
Complementary color
Monochromatic Colors of #A28CCA
Black with #A28CCA
Text Example
Text Example
White with #A28CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CCA; }
p { color: rgb(162,140,202); }
H1.HeaderClassName
{
color: #A28CCA;
}
.AnyTagClassName
{
color: #A28CCA;
}
</style>
background-color css
<style>
a { background-color: #A28CCA; }
a { background-color: rgb(162,140,202); }
div.DivClassName
{
background-color: #A28CCA;
}
.BgClassName
{
background-color: #A28CCA;
}
</style>
border-color css
<style>
span { border-color: #A28CCA; }
span { border-color: rgb(162,140,202); }
td.TdClassName
{
border-color: #A28CCA;
}
.TagClassName
{
border-color: #A28CCA;
}
</style>