Shades of Cold Purple #A083CC
Tints of Cold Purple #A083CC
RGB
CMYK
RGB Variations
Color information
#A083CC (or 0xA083CC) is known color: Cold Purple. HEX triplet: A0, 83 and CC. RGB value is (160,131,204). Sum of RGB (Red+Green+Blue) = 160+131+204=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A083CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083CC is #5F7C33. Grayscale: #939393. Windows color (decimal): -6257716 or 13403040. OLE color: 13403040.
HSL color Cylindrical-coordinate representation of color #A083CC: hue angle of 263.84º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A083CC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 131 | 204 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.2 |
| HSL | 263.84º | 0.42% | 0.66% | - |
| HSV(B) | 263.84º | 0.36% | 0.8% | - |
| XYZ | 33.51 | 28.07 | 60.78 | - |
| YUV | 147.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 204 | 0.22 | 0.36 | 0 | 0.2 | 263.84 | 0.42 | 0.66 |
| Hex | A0 | 83 | CC | 16 | 24 | 0 | 14 | 108 | 2A | 42 |
| Octal | 240 | 203 | 314 | 26 | 44 | 0 | 24 | 410 | 52 | 102 |
| Binary | 10100000 | 10000011 | 11001100 | 10110 | 100100 | 0 | 10100 | 100001000 | 101010 | 1000010 |
Color Harmonies of #A083CC
Complementary color
Monochromatic Colors of #A083CC
Black with #A083CC
Text Example
Text Example
White with #A083CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083CC; }
p { color: rgb(160,131,204); }
H1.HeaderClassName
{
color: #A083CC;
}
.AnyTagClassName
{
color: #A083CC;
}
</style>
background-color css
<style>
a { background-color: #A083CC; }
a { background-color: rgb(160,131,204); }
div.DivClassName
{
background-color: #A083CC;
}
.BgClassName
{
background-color: #A083CC;
}
</style>
border-color css
<style>
span { border-color: #A083CC; }
span { border-color: rgb(160,131,204); }
td.TdClassName
{
border-color: #A083CC;
}
.TagClassName
{
border-color: #A083CC;
}
</style>