Shades of Cold Purple #A481CF
Tints of Cold Purple #A481CF
RGB
CMYK
RGB Variations
Color information
#A481CF (or 0xA481CF) is known color: Cold Purple. HEX triplet: A4, 81 and CF. RGB value is (164,129,207). Sum of RGB (Red+Green+Blue) = 164+129+207=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A481CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CF is #5B7E30. Grayscale: #949494. Windows color (decimal): -5996081 or 13599140. OLE color: 13599140.
HSL color Cylindrical-coordinate representation of color #A481CF: hue angle of 266.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A481CF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 129 | 207 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.19 |
| HSL | 266.92º | 0.45% | 0.66% | - |
| HSV(B) | 266.92º | 0.38% | 0.81% | - |
| XYZ | 34.42 | 28.1 | 62.64 | - |
| YUV | 148.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 207 | 0.21 | 0.38 | 0 | 0.19 | 266.92 | 0.45 | 0.66 |
| Hex | A4 | 81 | CF | 15 | 26 | 0 | 13 | 10B | 2D | 42 |
| Octal | 244 | 201 | 317 | 25 | 46 | 0 | 23 | 413 | 55 | 102 |
| Binary | 10100100 | 10000001 | 11001111 | 10101 | 100110 | 0 | 10011 | 100001011 | 101101 | 1000010 |
Color Harmonies of #A481CF
Complementary color
Monochromatic Colors of #A481CF
Black with #A481CF
Text Example
Text Example
White with #A481CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481CF; }
p { color: rgb(164,129,207); }
H1.HeaderClassName
{
color: #A481CF;
}
.AnyTagClassName
{
color: #A481CF;
}
</style>
background-color css
<style>
a { background-color: #A481CF; }
a { background-color: rgb(164,129,207); }
div.DivClassName
{
background-color: #A481CF;
}
.BgClassName
{
background-color: #A481CF;
}
</style>
border-color css
<style>
span { border-color: #A481CF; }
span { border-color: rgb(164,129,207); }
td.TdClassName
{
border-color: #A481CF;
}
.TagClassName
{
border-color: #A481CF;
}
</style>