Shades of Cold Purple #A391C2
Tints of Cold Purple #A391C2
RGB
CMYK
RGB Variations
Color information
#A391C2 (or 0xA391C2) is known color: Cold Purple. HEX triplet: A3, 91 and C2. RGB value is (163,145,194). Sum of RGB (Red+Green+Blue) = 163+145+194=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #A391C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391C2 is #5C6E3D. Grayscale: #9B9B9B. Windows color (decimal): -6057534 or 12751267. OLE color: 12751267.
HSL color Cylindrical-coordinate representation of color #A391C2: hue angle of 262.04º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A391C2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 145 | 194 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.24 |
| HSL | 262.04º | 0.29% | 0.66% | - |
| HSV(B) | 262.04º | 0.25% | 0.76% | - |
| XYZ | 34.97 | 31.93 | 55.36 | - |
| YUV | 155.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 194 | 0.16 | 0.25 | 0 | 0.24 | 262.04 | 0.29 | 0.66 |
| Hex | A3 | 91 | C2 | 10 | 19 | 0 | 18 | 106 | 1D | 42 |
| Octal | 243 | 221 | 302 | 20 | 31 | 0 | 30 | 406 | 35 | 102 |
| Binary | 10100011 | 10010001 | 11000010 | 10000 | 11001 | 0 | 11000 | 100000110 | 11101 | 1000010 |
Color Harmonies of #A391C2
Complementary color
Monochromatic Colors of #A391C2
Black with #A391C2
Text Example
Text Example
White with #A391C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391C2; }
p { color: rgb(163,145,194); }
H1.HeaderClassName
{
color: #A391C2;
}
.AnyTagClassName
{
color: #A391C2;
}
</style>
background-color css
<style>
a { background-color: #A391C2; }
a { background-color: rgb(163,145,194); }
div.DivClassName
{
background-color: #A391C2;
}
.BgClassName
{
background-color: #A391C2;
}
</style>
border-color css
<style>
span { border-color: #A391C2; }
span { border-color: rgb(163,145,194); }
td.TdClassName
{
border-color: #A391C2;
}
.TagClassName
{
border-color: #A391C2;
}
</style>