Shades of Cold Purple #A28FC9
Tints of Cold Purple #A28FC9
RGB
CMYK
RGB Variations
Color information
#A28FC9 (or 0xA28FC9) is known color: Cold Purple. HEX triplet: A2, 8F and C9. RGB value is (162,143,201). Sum of RGB (Red+Green+Blue) = 162+143+201=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FC9 is #5D7036. Grayscale: #9B9B9B. Windows color (decimal): -6123575 or 13209506. OLE color: 13209506.
HSL color Cylindrical-coordinate representation of color #A28FC9: hue angle of 259.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28FC9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 143 | 201 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.21 |
| HSL | 259.66º | 0.35% | 0.67% | - |
| HSV(B) | 259.66º | 0.29% | 0.79% | - |
| XYZ | 35.27 | 31.54 | 59.49 | - |
| YUV | 155.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 201 | 0.19 | 0.29 | 0 | 0.21 | 259.66 | 0.35 | 0.67 |
| Hex | A2 | 8F | C9 | 13 | 1D | 0 | 15 | 104 | 23 | 43 |
| Octal | 242 | 217 | 311 | 23 | 35 | 0 | 25 | 404 | 43 | 103 |
| Binary | 10100010 | 10001111 | 11001001 | 10011 | 11101 | 0 | 10101 | 100000100 | 100011 | 1000011 |
Color Harmonies of #A28FC9
Complementary color
Monochromatic Colors of #A28FC9
Black with #A28FC9
Text Example
Text Example
White with #A28FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FC9; }
p { color: rgb(162,143,201); }
H1.HeaderClassName
{
color: #A28FC9;
}
.AnyTagClassName
{
color: #A28FC9;
}
</style>
background-color css
<style>
a { background-color: #A28FC9; }
a { background-color: rgb(162,143,201); }
div.DivClassName
{
background-color: #A28FC9;
}
.BgClassName
{
background-color: #A28FC9;
}
</style>
border-color css
<style>
span { border-color: #A28FC9; }
span { border-color: rgb(162,143,201); }
td.TdClassName
{
border-color: #A28FC9;
}
.TagClassName
{
border-color: #A28FC9;
}
</style>