Shades of Cold Purple #A481C6
Tints of Cold Purple #A481C6
RGB
CMYK
RGB Variations
Color information
#A481C6 (or 0xA481C6) is known color: Cold Purple. HEX triplet: A4, 81 and C6. RGB value is (164,129,198). Sum of RGB (Red+Green+Blue) = 164+129+198=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #A481C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481C6 is #5B7E39. Grayscale: #939393. Windows color (decimal): -5996090 or 13009316. OLE color: 13009316.
HSL color Cylindrical-coordinate representation of color #A481C6: hue angle of 270.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A481C6 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 129 | 198 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.22 |
| HSL | 270.43º | 0.38% | 0.64% | - |
| HSV(B) | 270.43º | 0.35% | 0.78% | - |
| XYZ | 33.35 | 27.67 | 57.01 | - |
| YUV | 147.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 198 | 0.17 | 0.35 | 0 | 0.22 | 270.43 | 0.38 | 0.64 |
| Hex | A4 | 81 | C6 | 11 | 23 | 0 | 16 | 10E | 26 | 40 |
| Octal | 244 | 201 | 306 | 21 | 43 | 0 | 26 | 416 | 46 | 100 |
| Binary | 10100100 | 10000001 | 11000110 | 10001 | 100011 | 0 | 10110 | 100001110 | 100110 | 1000000 |
Color Harmonies of #A481C6
Complementary color
Monochromatic Colors of #A481C6
Black with #A481C6
Text Example
Text Example
White with #A481C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481C6; }
p { color: rgb(164,129,198); }
H1.HeaderClassName
{
color: #A481C6;
}
.AnyTagClassName
{
color: #A481C6;
}
</style>
background-color css
<style>
a { background-color: #A481C6; }
a { background-color: rgb(164,129,198); }
div.DivClassName
{
background-color: #A481C6;
}
.BgClassName
{
background-color: #A481C6;
}
</style>
border-color css
<style>
span { border-color: #A481C6; }
span { border-color: rgb(164,129,198); }
td.TdClassName
{
border-color: #A481C6;
}
.TagClassName
{
border-color: #A481C6;
}
</style>