Shades of Cold Purple #A383CA
Tints of Cold Purple #A383CA
RGB
CMYK
RGB Variations
Color information
#A383CA (or 0xA383CA) is known color: Cold Purple. HEX triplet: A3, 83 and CA. RGB value is (163,131,202). Sum of RGB (Red+Green+Blue) = 163+131+202=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A383CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CA is #5C7C35. Grayscale: #949494. Windows color (decimal): -6061110 or 13271971. OLE color: 13271971.
HSL color Cylindrical-coordinate representation of color #A383CA: hue angle of 267.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A383CA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 131 | 202 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.21 |
| HSL | 267.04º | 0.4% | 0.65% | - |
| HSV(B) | 267.04º | 0.35% | 0.79% | - |
| XYZ | 33.88 | 28.28 | 59.55 | - |
| YUV | 148.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 202 | 0.19 | 0.35 | 0 | 0.21 | 267.04 | 0.4 | 0.65 |
| Hex | A3 | 83 | CA | 13 | 23 | 0 | 15 | 10B | 28 | 41 |
| Octal | 243 | 203 | 312 | 23 | 43 | 0 | 25 | 413 | 50 | 101 |
| Binary | 10100011 | 10000011 | 11001010 | 10011 | 100011 | 0 | 10101 | 100001011 | 101000 | 1000001 |
Color Harmonies of #A383CA
Complementary color
Monochromatic Colors of #A383CA
Black with #A383CA
Text Example
Text Example
White with #A383CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383CA; }
p { color: rgb(163,131,202); }
H1.HeaderClassName
{
color: #A383CA;
}
.AnyTagClassName
{
color: #A383CA;
}
</style>
background-color css
<style>
a { background-color: #A383CA; }
a { background-color: rgb(163,131,202); }
div.DivClassName
{
background-color: #A383CA;
}
.BgClassName
{
background-color: #A383CA;
}
</style>
border-color css
<style>
span { border-color: #A383CA; }
span { border-color: rgb(163,131,202); }
td.TdClassName
{
border-color: #A383CA;
}
.TagClassName
{
border-color: #A383CA;
}
</style>