Shades of Cold Purple #A392C1
Tints of Cold Purple #A392C1
RGB
CMYK
RGB Variations
Color information
#A392C1 (or 0xA392C1) is known color: Cold Purple. HEX triplet: A3, 92 and C1. RGB value is (163,146,193). Sum of RGB (Red+Green+Blue) = 163+146+193=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #A392C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392C1 is #5C6D3E. Grayscale: #9C9C9C. Windows color (decimal): -6057279 or 12685987. OLE color: 12685987.
HSL color Cylindrical-coordinate representation of color #A392C1: hue angle of 261.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A392C1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 146 | 193 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.24 |
| HSL | 261.7º | 0.27% | 0.66% | - |
| HSV(B) | 261.7º | 0.24% | 0.76% | - |
| XYZ | 35.01 | 32.19 | 54.82 | - |
| YUV | 156.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 193 | 0.16 | 0.24 | 0 | 0.24 | 261.7 | 0.27 | 0.66 |
| Hex | A3 | 92 | C1 | 10 | 18 | 0 | 18 | 106 | 1B | 42 |
| Octal | 243 | 222 | 301 | 20 | 30 | 0 | 30 | 406 | 33 | 102 |
| Binary | 10100011 | 10010010 | 11000001 | 10000 | 11000 | 0 | 11000 | 100000110 | 11011 | 1000010 |
Color Harmonies of #A392C1
Complementary color
Monochromatic Colors of #A392C1
Black with #A392C1
Text Example
Text Example
White with #A392C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392C1; }
p { color: rgb(163,146,193); }
H1.HeaderClassName
{
color: #A392C1;
}
.AnyTagClassName
{
color: #A392C1;
}
</style>
background-color css
<style>
a { background-color: #A392C1; }
a { background-color: rgb(163,146,193); }
div.DivClassName
{
background-color: #A392C1;
}
.BgClassName
{
background-color: #A392C1;
}
</style>
border-color css
<style>
span { border-color: #A392C1; }
span { border-color: rgb(163,146,193); }
td.TdClassName
{
border-color: #A392C1;
}
.TagClassName
{
border-color: #A392C1;
}
</style>