Shades of Cold Purple #A282D3
Tints of Cold Purple #A282D3
RGB
CMYK
RGB Variations
Color information
#A282D3 (or 0xA282D3) is known color: Cold Purple. HEX triplet: A2, 82 and D3. RGB value is (162,130,211). Sum of RGB (Red+Green+Blue) = 162+130+211=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #A282D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282D3 is #5D7D2C. Grayscale: #949494. Windows color (decimal): -6126893 or 13861538. OLE color: 13861538.
HSL color Cylindrical-coordinate representation of color #A282D3: hue angle of 263.7º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A282D3 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 130 | 211 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.17 |
| HSL | 263.7º | 0.48% | 0.67% | - |
| HSV(B) | 263.7º | 0.38% | 0.83% | - |
| XYZ | 34.64 | 28.35 | 65.27 | - |
| YUV | 148.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 211 | 0.23 | 0.38 | 0 | 0.17 | 263.7 | 0.48 | 0.67 |
| Hex | A2 | 82 | D3 | 17 | 26 | 0 | 11 | 108 | 30 | 43 |
| Octal | 242 | 202 | 323 | 27 | 46 | 0 | 21 | 410 | 60 | 103 |
| Binary | 10100010 | 10000010 | 11010011 | 10111 | 100110 | 0 | 10001 | 100001000 | 110000 | 1000011 |
Color Harmonies of #A282D3
Complementary color
Monochromatic Colors of #A282D3
Black with #A282D3
Text Example
Text Example
White with #A282D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282D3; }
p { color: rgb(162,130,211); }
H1.HeaderClassName
{
color: #A282D3;
}
.AnyTagClassName
{
color: #A282D3;
}
</style>
background-color css
<style>
a { background-color: #A282D3; }
a { background-color: rgb(162,130,211); }
div.DivClassName
{
background-color: #A282D3;
}
.BgClassName
{
background-color: #A282D3;
}
</style>
border-color css
<style>
span { border-color: #A282D3; }
span { border-color: rgb(162,130,211); }
td.TdClassName
{
border-color: #A282D3;
}
.TagClassName
{
border-color: #A282D3;
}
</style>