Shades of Cold Purple #A28CC6
Tints of Cold Purple #A28CC6
RGB
CMYK
RGB Variations
Color information
#A28CC6 (or 0xA28CC6) is known color: Cold Purple. HEX triplet: A2, 8C and C6. RGB value is (162,140,198). Sum of RGB (Red+Green+Blue) = 162+140+198=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #A28CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CC6 is #5D7339. Grayscale: #989898. Windows color (decimal): -6124346 or 13012130. OLE color: 13012130.
HSL color Cylindrical-coordinate representation of color #A28CC6: hue angle of 262.76º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28CC6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 140 | 198 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.22 |
| HSL | 262.76º | 0.34% | 0.66% | - |
| HSV(B) | 262.76º | 0.29% | 0.78% | - |
| XYZ | 34.47 | 30.51 | 57.5 | - |
| YUV | 153.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 198 | 0.18 | 0.29 | 0 | 0.22 | 262.76 | 0.34 | 0.66 |
| Hex | A2 | 8C | C6 | 12 | 1D | 0 | 16 | 107 | 22 | 42 |
| Octal | 242 | 214 | 306 | 22 | 35 | 0 | 26 | 407 | 42 | 102 |
| Binary | 10100010 | 10001100 | 11000110 | 10010 | 11101 | 0 | 10110 | 100000111 | 100010 | 1000010 |
Color Harmonies of #A28CC6
Complementary color
Monochromatic Colors of #A28CC6
Black with #A28CC6
Text Example
Text Example
White with #A28CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CC6; }
p { color: rgb(162,140,198); }
H1.HeaderClassName
{
color: #A28CC6;
}
.AnyTagClassName
{
color: #A28CC6;
}
</style>
background-color css
<style>
a { background-color: #A28CC6; }
a { background-color: rgb(162,140,198); }
div.DivClassName
{
background-color: #A28CC6;
}
.BgClassName
{
background-color: #A28CC6;
}
</style>
border-color css
<style>
span { border-color: #A28CC6; }
span { border-color: rgb(162,140,198); }
td.TdClassName
{
border-color: #A28CC6;
}
.TagClassName
{
border-color: #A28CC6;
}
</style>