Shades of Cold Purple #A082BE
Tints of Cold Purple #A082BE
RGB
CMYK
RGB Variations
Color information
#A082BE (or 0xA082BE) is known color: Cold Purple. HEX triplet: A0, 82 and BE. RGB value is (160,130,190). Sum of RGB (Red+Green+Blue) = 160+130+190=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #A082BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082BE is #5F7D41. Grayscale: #919191. Windows color (decimal): -6257986 or 12485280. OLE color: 12485280.
HSL color Cylindrical-coordinate representation of color #A082BE: hue angle of 270º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A082BE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 130 | 190 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.25 |
| HSL | 270º | 0.32% | 0.63% | - |
| HSV(B) | 270º | 0.32% | 0.75% | - |
| XYZ | 31.77 | 27.16 | 52.28 | - |
| YUV | 145.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 190 | 0.16 | 0.32 | 0 | 0.25 | 270 | 0.32 | 0.63 |
| Hex | A0 | 82 | BE | 10 | 20 | 0 | 19 | 10E | 20 | 3F |
| Octal | 240 | 202 | 276 | 20 | 40 | 0 | 31 | 416 | 40 | 77 |
| Binary | 10100000 | 10000010 | 10111110 | 10000 | 100000 | 0 | 11001 | 100001110 | 100000 | 111111 |
Color Harmonies of #A082BE
Complementary color
Monochromatic Colors of #A082BE
Black with #A082BE
Text Example
Text Example
White with #A082BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082BE; }
p { color: rgb(160,130,190); }
H1.HeaderClassName
{
color: #A082BE;
}
.AnyTagClassName
{
color: #A082BE;
}
</style>
background-color css
<style>
a { background-color: #A082BE; }
a { background-color: rgb(160,130,190); }
div.DivClassName
{
background-color: #A082BE;
}
.BgClassName
{
background-color: #A082BE;
}
</style>
border-color css
<style>
span { border-color: #A082BE; }
span { border-color: rgb(160,130,190); }
td.TdClassName
{
border-color: #A082BE;
}
.TagClassName
{
border-color: #A082BE;
}
</style>