Shades of Cold Purple #A381C6
Tints of Cold Purple #A381C6
RGB
CMYK
RGB Variations
Color information
#A381C6 (or 0xA381C6) is known color: Cold Purple. HEX triplet: A3, 81 and C6. RGB value is (163,129,198). Sum of RGB (Red+Green+Blue) = 163+129+198=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #A381C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381C6 is #5C7E39. Grayscale: #929292. Windows color (decimal): -6061626 or 13009315. OLE color: 13009315.
HSL color Cylindrical-coordinate representation of color #A381C6: hue angle of 269.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A381C6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 129 | 198 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.22 |
| HSL | 269.57º | 0.38% | 0.64% | - |
| HSV(B) | 269.57º | 0.35% | 0.78% | - |
| XYZ | 33.15 | 27.56 | 57 | - |
| YUV | 147.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 198 | 0.18 | 0.35 | 0 | 0.22 | 269.57 | 0.38 | 0.64 |
| Hex | A3 | 81 | C6 | 12 | 23 | 0 | 16 | 10E | 26 | 40 |
| Octal | 243 | 201 | 306 | 22 | 43 | 0 | 26 | 416 | 46 | 100 |
| Binary | 10100011 | 10000001 | 11000110 | 10010 | 100011 | 0 | 10110 | 100001110 | 100110 | 1000000 |
Color Harmonies of #A381C6
Complementary color
Monochromatic Colors of #A381C6
Black with #A381C6
Text Example
Text Example
White with #A381C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381C6; }
p { color: rgb(163,129,198); }
H1.HeaderClassName
{
color: #A381C6;
}
.AnyTagClassName
{
color: #A381C6;
}
</style>
background-color css
<style>
a { background-color: #A381C6; }
a { background-color: rgb(163,129,198); }
div.DivClassName
{
background-color: #A381C6;
}
.BgClassName
{
background-color: #A381C6;
}
</style>
border-color css
<style>
span { border-color: #A381C6; }
span { border-color: rgb(163,129,198); }
td.TdClassName
{
border-color: #A381C6;
}
.TagClassName
{
border-color: #A381C6;
}
</style>