Shades of Cold Purple #A281CF
Tints of Cold Purple #A281CF
RGB
CMYK
RGB Variations
Color information
#A281CF (or 0xA281CF) is known color: Cold Purple. HEX triplet: A2, 81 and CF. RGB value is (162,129,207). Sum of RGB (Red+Green+Blue) = 162+129+207=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A281CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281CF is #5D7E30. Grayscale: #939393. Windows color (decimal): -6127153 or 13599138. OLE color: 13599138.
HSL color Cylindrical-coordinate representation of color #A281CF: hue angle of 265.38º 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 #A281CF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 129 | 207 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.19 |
| HSL | 265.38º | 0.45% | 0.66% | - |
| HSV(B) | 265.38º | 0.38% | 0.81% | - |
| XYZ | 34.01 | 27.89 | 62.62 | - |
| YUV | 147.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 207 | 0.22 | 0.38 | 0 | 0.19 | 265.38 | 0.45 | 0.66 |
| Hex | A2 | 81 | CF | 16 | 26 | 0 | 13 | 109 | 2D | 42 |
| Octal | 242 | 201 | 317 | 26 | 46 | 0 | 23 | 411 | 55 | 102 |
| Binary | 10100010 | 10000001 | 11001111 | 10110 | 100110 | 0 | 10011 | 100001001 | 101101 | 1000010 |
Color Harmonies of #A281CF
Complementary color
Monochromatic Colors of #A281CF
Black with #A281CF
Text Example
Text Example
White with #A281CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281CF; }
p { color: rgb(162,129,207); }
H1.HeaderClassName
{
color: #A281CF;
}
.AnyTagClassName
{
color: #A281CF;
}
</style>
background-color css
<style>
a { background-color: #A281CF; }
a { background-color: rgb(162,129,207); }
div.DivClassName
{
background-color: #A281CF;
}
.BgClassName
{
background-color: #A281CF;
}
</style>
border-color css
<style>
span { border-color: #A281CF; }
span { border-color: rgb(162,129,207); }
td.TdClassName
{
border-color: #A281CF;
}
.TagClassName
{
border-color: #A281CF;
}
</style>