Shades of Cold Purple #A28CCE
Tints of Cold Purple #A28CCE
RGB
CMYK
RGB Variations
Color information
#A28CCE (or 0xA28CCE) is known color: Cold Purple. HEX triplet: A2, 8C and CE. RGB value is (162,140,206). Sum of RGB (Red+Green+Blue) = 162+140+206=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A28CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCE is #5D7331. Grayscale: #999999. Windows color (decimal): -6124338 or 13536418. OLE color: 13536418.
HSL color Cylindrical-coordinate representation of color #A28CCE: hue angle of 260º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28CCE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 140 | 206 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.19 |
| HSL | 260º | 0.4% | 0.68% | - |
| HSV(B) | 260º | 0.32% | 0.81% | - |
| XYZ | 35.42 | 30.89 | 62.49 | - |
| YUV | 154.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 206 | 0.21 | 0.32 | 0 | 0.19 | 260 | 0.4 | 0.68 |
| Hex | A2 | 8C | CE | 15 | 20 | 0 | 13 | 104 | 28 | 44 |
| Octal | 242 | 214 | 316 | 25 | 40 | 0 | 23 | 404 | 50 | 104 |
| Binary | 10100010 | 10001100 | 11001110 | 10101 | 100000 | 0 | 10011 | 100000100 | 101000 | 1000100 |
Color Harmonies of #A28CCE
Complementary color
Monochromatic Colors of #A28CCE
Black with #A28CCE
Text Example
Text Example
White with #A28CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CCE; }
p { color: rgb(162,140,206); }
H1.HeaderClassName
{
color: #A28CCE;
}
.AnyTagClassName
{
color: #A28CCE;
}
</style>
background-color css
<style>
a { background-color: #A28CCE; }
a { background-color: rgb(162,140,206); }
div.DivClassName
{
background-color: #A28CCE;
}
.BgClassName
{
background-color: #A28CCE;
}
</style>
border-color css
<style>
span { border-color: #A28CCE; }
span { border-color: rgb(162,140,206); }
td.TdClassName
{
border-color: #A28CCE;
}
.TagClassName
{
border-color: #A28CCE;
}
</style>