Shades of Cold Purple #A381C4
Tints of Cold Purple #A381C4
RGB
CMYK
RGB Variations
Color information
#A381C4 (or 0xA381C4) is known color: Cold Purple. HEX triplet: A3, 81 and C4. RGB value is (163,129,196). Sum of RGB (Red+Green+Blue) = 163+129+196=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #A381C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381C4 is #5C7E3B. Grayscale: #929292. Windows color (decimal): -6061628 or 12878243. OLE color: 12878243.
HSL color Cylindrical-coordinate representation of color #A381C4: hue angle of 270.45º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A381C4 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 129 | 196 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.23 |
| HSL | 270.45º | 0.36% | 0.64% | - |
| HSV(B) | 270.45º | 0.34% | 0.77% | - |
| XYZ | 32.92 | 27.47 | 55.79 | - |
| YUV | 146.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 196 | 0.17 | 0.34 | 0 | 0.23 | 270.45 | 0.36 | 0.64 |
| Hex | A3 | 81 | C4 | 11 | 22 | 0 | 17 | 10E | 24 | 40 |
| Octal | 243 | 201 | 304 | 21 | 42 | 0 | 27 | 416 | 44 | 100 |
| Binary | 10100011 | 10000001 | 11000100 | 10001 | 100010 | 0 | 10111 | 100001110 | 100100 | 1000000 |
Color Harmonies of #A381C4
Complementary color
Monochromatic Colors of #A381C4
Black with #A381C4
Text Example
Text Example
White with #A381C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381C4; }
p { color: rgb(163,129,196); }
H1.HeaderClassName
{
color: #A381C4;
}
.AnyTagClassName
{
color: #A381C4;
}
</style>
background-color css
<style>
a { background-color: #A381C4; }
a { background-color: rgb(163,129,196); }
div.DivClassName
{
background-color: #A381C4;
}
.BgClassName
{
background-color: #A381C4;
}
</style>
border-color css
<style>
span { border-color: #A381C4; }
span { border-color: rgb(163,129,196); }
td.TdClassName
{
border-color: #A381C4;
}
.TagClassName
{
border-color: #A381C4;
}
</style>