Shades of Cold Purple #A381CC
Tints of Cold Purple #A381CC
RGB
CMYK
RGB Variations
Color information
#A381CC (or 0xA381CC) is known color: Cold Purple. HEX triplet: A3, 81 and CC. RGB value is (163,129,204). Sum of RGB (Red+Green+Blue) = 163+129+204=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A381CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CC is #5C7E33. Grayscale: #939393. Windows color (decimal): -6061620 or 13402531. OLE color: 13402531.
HSL color Cylindrical-coordinate representation of color #A381CC: hue angle of 267.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A381CC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 129 | 204 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.2 |
| HSL | 267.2º | 0.42% | 0.65% | - |
| HSV(B) | 267.2º | 0.37% | 0.8% | - |
| XYZ | 33.85 | 27.85 | 60.72 | - |
| YUV | 147.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 204 | 0.20 | 0.37 | 0 | 0.2 | 267.2 | 0.42 | 0.65 |
| Hex | A3 | 81 | CC | 14 | 25 | 0 | 14 | 10B | 2A | 41 |
| Octal | 243 | 201 | 314 | 24 | 45 | 0 | 24 | 413 | 52 | 101 |
| Binary | 10100011 | 10000001 | 11001100 | 10100 | 100101 | 0 | 10100 | 100001011 | 101010 | 1000001 |
Color Harmonies of #A381CC
Complementary color
Monochromatic Colors of #A381CC
Black with #A381CC
Text Example
Text Example
White with #A381CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381CC; }
p { color: rgb(163,129,204); }
H1.HeaderClassName
{
color: #A381CC;
}
.AnyTagClassName
{
color: #A381CC;
}
</style>
background-color css
<style>
a { background-color: #A381CC; }
a { background-color: rgb(163,129,204); }
div.DivClassName
{
background-color: #A381CC;
}
.BgClassName
{
background-color: #A381CC;
}
</style>
border-color css
<style>
span { border-color: #A381CC; }
span { border-color: rgb(163,129,204); }
td.TdClassName
{
border-color: #A381CC;
}
.TagClassName
{
border-color: #A381CC;
}
</style>