Shades of Cold Purple #A381CA
Tints of Cold Purple #A381CA
RGB
CMYK
RGB Variations
Color information
#A381CA (or 0xA381CA) is known color: Cold Purple. HEX triplet: A3, 81 and CA. RGB value is (163,129,202). Sum of RGB (Red+Green+Blue) = 163+129+202=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A381CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CA is #5C7E35. Grayscale: #939393. Windows color (decimal): -6061622 or 13271459. OLE color: 13271459.
HSL color Cylindrical-coordinate representation of color #A381CA: hue angle of 267.95º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A381CA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 129 | 202 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.21 |
| HSL | 267.95º | 0.41% | 0.65% | - |
| HSV(B) | 267.95º | 0.36% | 0.79% | - |
| XYZ | 33.62 | 27.75 | 59.46 | - |
| YUV | 147.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 202 | 0.19 | 0.36 | 0 | 0.21 | 267.95 | 0.41 | 0.65 |
| Hex | A3 | 81 | CA | 13 | 24 | 0 | 15 | 10C | 29 | 41 |
| Octal | 243 | 201 | 312 | 23 | 44 | 0 | 25 | 414 | 51 | 101 |
| Binary | 10100011 | 10000001 | 11001010 | 10011 | 100100 | 0 | 10101 | 100001100 | 101001 | 1000001 |
Color Harmonies of #A381CA
Complementary color
Monochromatic Colors of #A381CA
Black with #A381CA
Text Example
Text Example
White with #A381CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381CA; }
p { color: rgb(163,129,202); }
H1.HeaderClassName
{
color: #A381CA;
}
.AnyTagClassName
{
color: #A381CA;
}
</style>
background-color css
<style>
a { background-color: #A381CA; }
a { background-color: rgb(163,129,202); }
div.DivClassName
{
background-color: #A381CA;
}
.BgClassName
{
background-color: #A381CA;
}
</style>
border-color css
<style>
span { border-color: #A381CA; }
span { border-color: rgb(163,129,202); }
td.TdClassName
{
border-color: #A381CA;
}
.TagClassName
{
border-color: #A381CA;
}
</style>