Shades of Cold Purple #A28CCD
Tints of Cold Purple #A28CCD
RGB
CMYK
RGB Variations
Color information
#A28CCD (or 0xA28CCD) is known color: Cold Purple. HEX triplet: A2, 8C and CD. RGB value is (162,140,205). Sum of RGB (Red+Green+Blue) = 162+140+205=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCD is #5D7332. Grayscale: #999999. Windows color (decimal): -6124339 or 13470882. OLE color: 13470882.
HSL color Cylindrical-coordinate representation of color #A28CCD: hue angle of 260.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28CCD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 140 | 205 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.20 |
| HSL | 260.31º | 0.39% | 0.68% | - |
| HSV(B) | 260.31º | 0.32% | 0.8% | - |
| XYZ | 35.3 | 30.85 | 61.85 | - |
| YUV | 153.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 205 | 0.21 | 0.32 | 0 | 0.20 | 260.31 | 0.39 | 0.68 |
| Hex | A2 | 8C | CD | 15 | 20 | 0 | 14 | 104 | 27 | 44 |
| Octal | 242 | 214 | 315 | 25 | 40 | 0 | 24 | 404 | 47 | 104 |
| Binary | 10100010 | 10001100 | 11001101 | 10101 | 100000 | 0 | 10100 | 100000100 | 100111 | 1000100 |
Color Harmonies of #A28CCD
Complementary color
Monochromatic Colors of #A28CCD
Black with #A28CCD
Text Example
Text Example
White with #A28CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CCD; }
p { color: rgb(162,140,205); }
H1.HeaderClassName
{
color: #A28CCD;
}
.AnyTagClassName
{
color: #A28CCD;
}
</style>
background-color css
<style>
a { background-color: #A28CCD; }
a { background-color: rgb(162,140,205); }
div.DivClassName
{
background-color: #A28CCD;
}
.BgClassName
{
background-color: #A28CCD;
}
</style>
border-color css
<style>
span { border-color: #A28CCD; }
span { border-color: rgb(162,140,205); }
td.TdClassName
{
border-color: #A28CCD;
}
.TagClassName
{
border-color: #A28CCD;
}
</style>