Shades of Cold Purple #A491C4
Tints of Cold Purple #A491C4
RGB
CMYK
RGB Variations
Color information
#A491C4 (or 0xA491C4) is known color: Cold Purple. HEX triplet: A4, 91 and C4. RGB value is (164,145,196). Sum of RGB (Red+Green+Blue) = 164+145+196=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 145 (57.03% from 255 or 28.71% 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 #A491C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491C4 is #5B6E3B. Grayscale: #9C9C9C. Windows color (decimal): -5991996 or 12882340. OLE color: 12882340.
HSL color Cylindrical-coordinate representation of color #A491C4: hue angle of 262.35º 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 #A491C4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 145 | 196 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.23 |
| HSL | 262.35º | 0.3% | 0.67% | - |
| HSV(B) | 262.35º | 0.26% | 0.77% | - |
| XYZ | 35.4 | 32.13 | 56.56 | - |
| YUV | 156.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 196 | 0.16 | 0.26 | 0 | 0.23 | 262.35 | 0.3 | 0.67 |
| Hex | A4 | 91 | C4 | 10 | 1A | 0 | 17 | 106 | 1E | 43 |
| Octal | 244 | 221 | 304 | 20 | 32 | 0 | 27 | 406 | 36 | 103 |
| Binary | 10100100 | 10010001 | 11000100 | 10000 | 11010 | 0 | 10111 | 100000110 | 11110 | 1000011 |
Color Harmonies of #A491C4
Complementary color
Monochromatic Colors of #A491C4
Black with #A491C4
Text Example
Text Example
White with #A491C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491C4; }
p { color: rgb(164,145,196); }
H1.HeaderClassName
{
color: #A491C4;
}
.AnyTagClassName
{
color: #A491C4;
}
</style>
background-color css
<style>
a { background-color: #A491C4; }
a { background-color: rgb(164,145,196); }
div.DivClassName
{
background-color: #A491C4;
}
.BgClassName
{
background-color: #A491C4;
}
</style>
border-color css
<style>
span { border-color: #A491C4; }
span { border-color: rgb(164,145,196); }
td.TdClassName
{
border-color: #A491C4;
}
.TagClassName
{
border-color: #A491C4;
}
</style>