Shades of Cold Purple #A192CC
Tints of Cold Purple #A192CC
RGB
CMYK
RGB Variations
Color information
#A192CC (or 0xA192CC) is known color: Cold Purple. HEX triplet: A1, 92 and CC. RGB value is (161,146,204). Sum of RGB (Red+Green+Blue) = 161+146+204=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A192CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192CC is #5E6D33. Grayscale: #9C9C9C. Windows color (decimal): -6188340 or 13406881. OLE color: 13406881.
HSL color Cylindrical-coordinate representation of color #A192CC: hue angle of 255.52º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A192CC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 146 | 204 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.2 |
| HSL | 255.52º | 0.36% | 0.69% | - |
| HSV(B) | 255.52º | 0.28% | 0.8% | - |
| XYZ | 35.88 | 32.49 | 61.51 | - |
| YUV | 157.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 204 | 0.21 | 0.28 | 0 | 0.2 | 255.52 | 0.36 | 0.69 |
| Hex | A1 | 92 | CC | 15 | 1C | 0 | 14 | 100 | 24 | 45 |
| Octal | 241 | 222 | 314 | 25 | 34 | 0 | 24 | 400 | 44 | 105 |
| Binary | 10100001 | 10010010 | 11001100 | 10101 | 11100 | 0 | 10100 | 100000000 | 100100 | 1000101 |
Color Harmonies of #A192CC
Complementary color
Monochromatic Colors of #A192CC
Black with #A192CC
Text Example
Text Example
White with #A192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192CC; }
p { color: rgb(161,146,204); }
H1.HeaderClassName
{
color: #A192CC;
}
.AnyTagClassName
{
color: #A192CC;
}
</style>
background-color css
<style>
a { background-color: #A192CC; }
a { background-color: rgb(161,146,204); }
div.DivClassName
{
background-color: #A192CC;
}
.BgClassName
{
background-color: #A192CC;
}
</style>
border-color css
<style>
span { border-color: #A192CC; }
span { border-color: rgb(161,146,204); }
td.TdClassName
{
border-color: #A192CC;
}
.TagClassName
{
border-color: #A192CC;
}
</style>