Shades of Cold Purple #A392C4
Tints of Cold Purple #A392C4
RGB
CMYK
RGB Variations
Color information
#A392C4 (or 0xA392C4) is known color: Cold Purple. HEX triplet: A3, 92 and C4. RGB value is (163,146,196). Sum of RGB (Red+Green+Blue) = 163+146+196=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #A392C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392C4 is #5C6D3B. Grayscale: #9C9C9C. Windows color (decimal): -6057276 or 12882595. OLE color: 12882595.
HSL color Cylindrical-coordinate representation of color #A392C4: hue angle of 260.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A392C4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 146 | 196 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.23 |
| HSL | 260.4º | 0.3% | 0.67% | - |
| HSV(B) | 260.4º | 0.26% | 0.77% | - |
| XYZ | 35.35 | 32.33 | 56.6 | - |
| YUV | 156.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 196 | 0.17 | 0.26 | 0 | 0.23 | 260.4 | 0.3 | 0.67 |
| Hex | A3 | 92 | C4 | 11 | 1A | 0 | 17 | 104 | 1E | 43 |
| Octal | 243 | 222 | 304 | 21 | 32 | 0 | 27 | 404 | 36 | 103 |
| Binary | 10100011 | 10010010 | 11000100 | 10001 | 11010 | 0 | 10111 | 100000100 | 11110 | 1000011 |
Color Harmonies of #A392C4
Complementary color
Monochromatic Colors of #A392C4
Black with #A392C4
Text Example
Text Example
White with #A392C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392C4; }
p { color: rgb(163,146,196); }
H1.HeaderClassName
{
color: #A392C4;
}
.AnyTagClassName
{
color: #A392C4;
}
</style>
background-color css
<style>
a { background-color: #A392C4; }
a { background-color: rgb(163,146,196); }
div.DivClassName
{
background-color: #A392C4;
}
.BgClassName
{
background-color: #A392C4;
}
</style>
border-color css
<style>
span { border-color: #A392C4; }
span { border-color: rgb(163,146,196); }
td.TdClassName
{
border-color: #A392C4;
}
.TagClassName
{
border-color: #A392C4;
}
</style>