Shades of Cold Purple #A280CD
Tints of Cold Purple #A280CD
RGB
CMYK
RGB Variations
Color information
#A280CD (or 0xA280CD) is known color: Cold Purple. HEX triplet: A2, 80 and CD. RGB value is (162,128,205). Sum of RGB (Red+Green+Blue) = 162+128+205=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A280CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CD is #5D7F32. Grayscale: #929292. Windows color (decimal): -6127411 or 13467810. OLE color: 13467810.
HSL color Cylindrical-coordinate representation of color #A280CD: hue angle of 266.49º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A280CD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 128 | 205 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.20 |
| HSL | 266.49º | 0.44% | 0.65% | - |
| HSV(B) | 266.49º | 0.38% | 0.8% | - |
| XYZ | 33.64 | 27.53 | 61.3 | - |
| YUV | 146.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 205 | 0.21 | 0.38 | 0 | 0.20 | 266.49 | 0.44 | 0.65 |
| Hex | A2 | 80 | CD | 15 | 26 | 0 | 14 | 10A | 2C | 41 |
| Octal | 242 | 200 | 315 | 25 | 46 | 0 | 24 | 412 | 54 | 101 |
| Binary | 10100010 | 10000000 | 11001101 | 10101 | 100110 | 0 | 10100 | 100001010 | 101100 | 1000001 |
Color Harmonies of #A280CD
Complementary color
Monochromatic Colors of #A280CD
Black with #A280CD
Text Example
Text Example
White with #A280CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280CD; }
p { color: rgb(162,128,205); }
H1.HeaderClassName
{
color: #A280CD;
}
.AnyTagClassName
{
color: #A280CD;
}
</style>
background-color css
<style>
a { background-color: #A280CD; }
a { background-color: rgb(162,128,205); }
div.DivClassName
{
background-color: #A280CD;
}
.BgClassName
{
background-color: #A280CD;
}
</style>
border-color css
<style>
span { border-color: #A280CD; }
span { border-color: rgb(162,128,205); }
td.TdClassName
{
border-color: #A280CD;
}
.TagClassName
{
border-color: #A280CD;
}
</style>