Shades of Cold Purple #A383C9
Tints of Cold Purple #A383C9
RGB
CMYK
RGB Variations
Color information
#A383C9 (or 0xA383C9) is known color: Cold Purple. HEX triplet: A3, 83 and C9. RGB value is (163,131,201). Sum of RGB (Red+Green+Blue) = 163+131+201=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #A383C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383C9 is #5C7C36. Grayscale: #949494. Windows color (decimal): -6061111 or 13206435. OLE color: 13206435.
HSL color Cylindrical-coordinate representation of color #A383C9: hue angle of 267.43º degrees, saturation: 0.39, 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 #A383C9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 131 | 201 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.21 |
| HSL | 267.43º | 0.39% | 0.65% | - |
| HSV(B) | 267.43º | 0.35% | 0.79% | - |
| XYZ | 33.76 | 28.24 | 58.93 | - |
| YUV | 148.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 201 | 0.19 | 0.35 | 0 | 0.21 | 267.43 | 0.39 | 0.65 |
| Hex | A3 | 83 | C9 | 13 | 23 | 0 | 15 | 10B | 27 | 41 |
| Octal | 243 | 203 | 311 | 23 | 43 | 0 | 25 | 413 | 47 | 101 |
| Binary | 10100011 | 10000011 | 11001001 | 10011 | 100011 | 0 | 10101 | 100001011 | 100111 | 1000001 |
Color Harmonies of #A383C9
Complementary color
Monochromatic Colors of #A383C9
Black with #A383C9
Text Example
Text Example
White with #A383C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383C9; }
p { color: rgb(163,131,201); }
H1.HeaderClassName
{
color: #A383C9;
}
.AnyTagClassName
{
color: #A383C9;
}
</style>
background-color css
<style>
a { background-color: #A383C9; }
a { background-color: rgb(163,131,201); }
div.DivClassName
{
background-color: #A383C9;
}
.BgClassName
{
background-color: #A383C9;
}
</style>
border-color css
<style>
span { border-color: #A383C9; }
span { border-color: rgb(163,131,201); }
td.TdClassName
{
border-color: #A383C9;
}
.TagClassName
{
border-color: #A383C9;
}
</style>