Shades of Cold Purple #A280C2
Tints of Cold Purple #A280C2
RGB
CMYK
RGB Variations
Color information
#A280C2 (or 0xA280C2) is known color: Cold Purple. HEX triplet: A2, 80 and C2. RGB value is (162,128,194). Sum of RGB (Red+Green+Blue) = 162+128+194=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #A280C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280C2 is #5D7F3D. Grayscale: #919191. Windows color (decimal): -6127422 or 12746914. OLE color: 12746914.
HSL color Cylindrical-coordinate representation of color #A280C2: hue angle of 270.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A280C2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 128 | 194 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.24 |
| HSL | 270.91º | 0.35% | 0.63% | - |
| HSV(B) | 270.91º | 0.34% | 0.76% | - |
| XYZ | 32.36 | 27.01 | 54.55 | - |
| YUV | 145.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 194 | 0.16 | 0.34 | 0 | 0.24 | 270.91 | 0.35 | 0.63 |
| Hex | A2 | 80 | C2 | 10 | 22 | 0 | 18 | 10F | 23 | 3F |
| Octal | 242 | 200 | 302 | 20 | 42 | 0 | 30 | 417 | 43 | 77 |
| Binary | 10100010 | 10000000 | 11000010 | 10000 | 100010 | 0 | 11000 | 100001111 | 100011 | 111111 |
Color Harmonies of #A280C2
Complementary color
Monochromatic Colors of #A280C2
Black with #A280C2
Text Example
Text Example
White with #A280C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280C2; }
p { color: rgb(162,128,194); }
H1.HeaderClassName
{
color: #A280C2;
}
.AnyTagClassName
{
color: #A280C2;
}
</style>
background-color css
<style>
a { background-color: #A280C2; }
a { background-color: rgb(162,128,194); }
div.DivClassName
{
background-color: #A280C2;
}
.BgClassName
{
background-color: #A280C2;
}
</style>
border-color css
<style>
span { border-color: #A280C2; }
span { border-color: rgb(162,128,194); }
td.TdClassName
{
border-color: #A280C2;
}
.TagClassName
{
border-color: #A280C2;
}
</style>