Shades of Cold Purple #A183C8
Tints of Cold Purple #A183C8
RGB
CMYK
RGB Variations
Color information
#A183C8 (or 0xA183C8) is known color: Cold Purple. HEX triplet: A1, 83 and C8. RGB value is (161,131,200). Sum of RGB (Red+Green+Blue) = 161+131+200=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #A183C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183C8 is #5E7C37. Grayscale: #939393. Windows color (decimal): -6192184 or 13140897. OLE color: 13140897.
HSL color Cylindrical-coordinate representation of color #A183C8: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A183C8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 131 | 200 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.22 |
| HSL | 266.09º | 0.39% | 0.65% | - |
| HSV(B) | 266.09º | 0.35% | 0.78% | - |
| XYZ | 33.24 | 27.98 | 58.29 | - |
| YUV | 147.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 200 | 0.19 | 0.34 | 0 | 0.22 | 266.09 | 0.39 | 0.65 |
| Hex | A1 | 83 | C8 | 13 | 22 | 0 | 16 | 10A | 27 | 41 |
| Octal | 241 | 203 | 310 | 23 | 42 | 0 | 26 | 412 | 47 | 101 |
| Binary | 10100001 | 10000011 | 11001000 | 10011 | 100010 | 0 | 10110 | 100001010 | 100111 | 1000001 |
Color Harmonies of #A183C8
Complementary color
Monochromatic Colors of #A183C8
Black with #A183C8
Text Example
Text Example
White with #A183C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183C8; }
p { color: rgb(161,131,200); }
H1.HeaderClassName
{
color: #A183C8;
}
.AnyTagClassName
{
color: #A183C8;
}
</style>
background-color css
<style>
a { background-color: #A183C8; }
a { background-color: rgb(161,131,200); }
div.DivClassName
{
background-color: #A183C8;
}
.BgClassName
{
background-color: #A183C8;
}
</style>
border-color css
<style>
span { border-color: #A183C8; }
span { border-color: rgb(161,131,200); }
td.TdClassName
{
border-color: #A183C8;
}
.TagClassName
{
border-color: #A183C8;
}
</style>