Shades of Cold Purple #A382CC
Tints of Cold Purple #A382CC
RGB
CMYK
RGB Variations
Color information
#A382CC (or 0xA382CC) is known color: Cold Purple. HEX triplet: A3, 82 and CC. RGB value is (163,130,204). Sum of RGB (Red+Green+Blue) = 163+130+204=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #A382CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382CC is #5C7D33. Grayscale: #949494. Windows color (decimal): -6061364 or 13402787. OLE color: 13402787.
HSL color Cylindrical-coordinate representation of color #A382CC: hue angle of 266.76º degrees, saturation: 0.42, 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 #A382CC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 130 | 204 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.2 |
| HSL | 266.76º | 0.42% | 0.65% | - |
| HSV(B) | 266.76º | 0.36% | 0.8% | - |
| XYZ | 33.99 | 28.11 | 60.76 | - |
| YUV | 148.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 204 | 0.20 | 0.36 | 0 | 0.2 | 266.76 | 0.42 | 0.65 |
| Hex | A3 | 82 | CC | 14 | 24 | 0 | 14 | 10B | 2A | 41 |
| Octal | 243 | 202 | 314 | 24 | 44 | 0 | 24 | 413 | 52 | 101 |
| Binary | 10100011 | 10000010 | 11001100 | 10100 | 100100 | 0 | 10100 | 100001011 | 101010 | 1000001 |
Color Harmonies of #A382CC
Complementary color
Monochromatic Colors of #A382CC
Black with #A382CC
Text Example
Text Example
White with #A382CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382CC; }
p { color: rgb(163,130,204); }
H1.HeaderClassName
{
color: #A382CC;
}
.AnyTagClassName
{
color: #A382CC;
}
</style>
background-color css
<style>
a { background-color: #A382CC; }
a { background-color: rgb(163,130,204); }
div.DivClassName
{
background-color: #A382CC;
}
.BgClassName
{
background-color: #A382CC;
}
</style>
border-color css
<style>
span { border-color: #A382CC; }
span { border-color: rgb(163,130,204); }
td.TdClassName
{
border-color: #A382CC;
}
.TagClassName
{
border-color: #A382CC;
}
</style>