Shades of Cold Purple #A281CC
Tints of Cold Purple #A281CC
RGB
CMYK
RGB Variations
Color information
#A281CC (or 0xA281CC) is known color: Cold Purple. HEX triplet: A2, 81 and CC. RGB value is (162,129,204). Sum of RGB (Red+Green+Blue) = 162+129+204=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A281CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281CC is #5D7E33. Grayscale: #939393. Windows color (decimal): -6127156 or 13402530. OLE color: 13402530.
HSL color Cylindrical-coordinate representation of color #A281CC: hue angle of 266.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A281CC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 129 | 204 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.2 |
| HSL | 266.4º | 0.42% | 0.65% | - |
| HSV(B) | 266.4º | 0.37% | 0.8% | - |
| XYZ | 33.65 | 27.74 | 60.71 | - |
| YUV | 147.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 204 | 0.21 | 0.37 | 0 | 0.2 | 266.4 | 0.42 | 0.65 |
| Hex | A2 | 81 | CC | 15 | 25 | 0 | 14 | 10A | 2A | 41 |
| Octal | 242 | 201 | 314 | 25 | 45 | 0 | 24 | 412 | 52 | 101 |
| Binary | 10100010 | 10000001 | 11001100 | 10101 | 100101 | 0 | 10100 | 100001010 | 101010 | 1000001 |
Color Harmonies of #A281CC
Complementary color
Monochromatic Colors of #A281CC
Black with #A281CC
Text Example
Text Example
White with #A281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281CC; }
p { color: rgb(162,129,204); }
H1.HeaderClassName
{
color: #A281CC;
}
.AnyTagClassName
{
color: #A281CC;
}
</style>
background-color css
<style>
a { background-color: #A281CC; }
a { background-color: rgb(162,129,204); }
div.DivClassName
{
background-color: #A281CC;
}
.BgClassName
{
background-color: #A281CC;
}
</style>
border-color css
<style>
span { border-color: #A281CC; }
span { border-color: rgb(162,129,204); }
td.TdClassName
{
border-color: #A281CC;
}
.TagClassName
{
border-color: #A281CC;
}
</style>