Shades of Cold Purple #A280CC
Tints of Cold Purple #A280CC
RGB
CMYK
RGB Variations
Color information
#A280CC (or 0xA280CC) is known color: Cold Purple. HEX triplet: A2, 80 and CC. RGB value is (162,128,204). Sum of RGB (Red+Green+Blue) = 162+128+204=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A280CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CC is #5D7F33. Grayscale: #929292. Windows color (decimal): -6127412 or 13402274. OLE color: 13402274.
HSL color Cylindrical-coordinate representation of color #A280CC: hue angle of 266.84º degrees, saturation: 0.43, 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 #A280CC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 128 | 204 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.2 |
| HSL | 266.84º | 0.43% | 0.65% | - |
| HSV(B) | 266.84º | 0.37% | 0.8% | - |
| XYZ | 33.52 | 27.48 | 60.66 | - |
| YUV | 146.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 204 | 0.21 | 0.37 | 0 | 0.2 | 266.84 | 0.43 | 0.65 |
| Hex | A2 | 80 | CC | 15 | 25 | 0 | 14 | 10B | 2B | 41 |
| Octal | 242 | 200 | 314 | 25 | 45 | 0 | 24 | 413 | 53 | 101 |
| Binary | 10100010 | 10000000 | 11001100 | 10101 | 100101 | 0 | 10100 | 100001011 | 101011 | 1000001 |
Color Harmonies of #A280CC
Complementary color
Monochromatic Colors of #A280CC
Black with #A280CC
Text Example
Text Example
White with #A280CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280CC; }
p { color: rgb(162,128,204); }
H1.HeaderClassName
{
color: #A280CC;
}
.AnyTagClassName
{
color: #A280CC;
}
</style>
background-color css
<style>
a { background-color: #A280CC; }
a { background-color: rgb(162,128,204); }
div.DivClassName
{
background-color: #A280CC;
}
.BgClassName
{
background-color: #A280CC;
}
</style>
border-color css
<style>
span { border-color: #A280CC; }
span { border-color: rgb(162,128,204); }
td.TdClassName
{
border-color: #A280CC;
}
.TagClassName
{
border-color: #A280CC;
}
</style>