Shades of Cold Purple #A182CB
Tints of Cold Purple #A182CB
RGB
CMYK
RGB Variations
Color information
#A182CB (or 0xA182CB) is known color: Cold Purple. HEX triplet: A1, 82 and CB. RGB value is (161,130,203). Sum of RGB (Red+Green+Blue) = 161+130+203=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A182CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CB is #5E7D34. Grayscale: #939393. Windows color (decimal): -6192437 or 13337249. OLE color: 13337249.
HSL color Cylindrical-coordinate representation of color #A182CB: hue angle of 265.48º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A182CB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 130 | 203 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.20 |
| HSL | 265.48º | 0.41% | 0.65% | - |
| HSV(B) | 265.48º | 0.36% | 0.8% | - |
| XYZ | 33.46 | 27.85 | 60.11 | - |
| YUV | 147.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 203 | 0.21 | 0.36 | 0 | 0.20 | 265.48 | 0.41 | 0.65 |
| Hex | A1 | 82 | CB | 15 | 24 | 0 | 14 | 109 | 29 | 41 |
| Octal | 241 | 202 | 313 | 25 | 44 | 0 | 24 | 411 | 51 | 101 |
| Binary | 10100001 | 10000010 | 11001011 | 10101 | 100100 | 0 | 10100 | 100001001 | 101001 | 1000001 |
Color Harmonies of #A182CB
Complementary color
Monochromatic Colors of #A182CB
Black with #A182CB
Text Example
Text Example
White with #A182CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182CB; }
p { color: rgb(161,130,203); }
H1.HeaderClassName
{
color: #A182CB;
}
.AnyTagClassName
{
color: #A182CB;
}
</style>
background-color css
<style>
a { background-color: #A182CB; }
a { background-color: rgb(161,130,203); }
div.DivClassName
{
background-color: #A182CB;
}
.BgClassName
{
background-color: #A182CB;
}
</style>
border-color css
<style>
span { border-color: #A182CB; }
span { border-color: rgb(161,130,203); }
td.TdClassName
{
border-color: #A182CB;
}
.TagClassName
{
border-color: #A182CB;
}
</style>