Shades of Cold Purple #A381CF
Tints of Cold Purple #A381CF
RGB
CMYK
RGB Variations
Color information
#A381CF (or 0xA381CF) is known color: Cold Purple. HEX triplet: A3, 81 and CF. RGB value is (163,129,207). Sum of RGB (Red+Green+Blue) = 163+129+207=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A381CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CF is #5C7E30. Grayscale: #939393. Windows color (decimal): -6061617 or 13599139. OLE color: 13599139.
HSL color Cylindrical-coordinate representation of color #A381CF: hue angle of 266.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A381CF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 129 | 207 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.19 |
| HSL | 266.15º | 0.45% | 0.66% | - |
| HSV(B) | 266.15º | 0.38% | 0.81% | - |
| XYZ | 34.22 | 27.99 | 62.63 | - |
| YUV | 148.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 207 | 0.21 | 0.38 | 0 | 0.19 | 266.15 | 0.45 | 0.66 |
| Hex | A3 | 81 | CF | 15 | 26 | 0 | 13 | 10A | 2D | 42 |
| Octal | 243 | 201 | 317 | 25 | 46 | 0 | 23 | 412 | 55 | 102 |
| Binary | 10100011 | 10000001 | 11001111 | 10101 | 100110 | 0 | 10011 | 100001010 | 101101 | 1000010 |
Color Harmonies of #A381CF
Complementary color
Monochromatic Colors of #A381CF
Black with #A381CF
Text Example
Text Example
White with #A381CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381CF; }
p { color: rgb(163,129,207); }
H1.HeaderClassName
{
color: #A381CF;
}
.AnyTagClassName
{
color: #A381CF;
}
</style>
background-color css
<style>
a { background-color: #A381CF; }
a { background-color: rgb(163,129,207); }
div.DivClassName
{
background-color: #A381CF;
}
.BgClassName
{
background-color: #A381CF;
}
</style>
border-color css
<style>
span { border-color: #A381CF; }
span { border-color: rgb(163,129,207); }
td.TdClassName
{
border-color: #A381CF;
}
.TagClassName
{
border-color: #A381CF;
}
</style>