Shades of Cold Purple #A393C4
Tints of Cold Purple #A393C4
RGB
CMYK
RGB Variations
Color information
#A393C4 (or 0xA393C4) is known color: Cold Purple. HEX triplet: A3, 93 and C4. RGB value is (163,147,196). Sum of RGB (Red+Green+Blue) = 163+147+196=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #A393C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C4 is #5C6C3B. Grayscale: #9D9D9D. Windows color (decimal): -6057020 or 12882851. OLE color: 12882851.
HSL color Cylindrical-coordinate representation of color #A393C4: hue angle of 259.59º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A393C4 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 147 | 196 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.23 |
| HSL | 259.59º | 0.29% | 0.67% | - |
| HSV(B) | 259.59º | 0.25% | 0.77% | - |
| XYZ | 35.5 | 32.64 | 56.65 | - |
| YUV | 157.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 196 | 0.17 | 0.25 | 0 | 0.23 | 259.59 | 0.29 | 0.67 |
| Hex | A3 | 93 | C4 | 11 | 19 | 0 | 17 | 104 | 1D | 43 |
| Octal | 243 | 223 | 304 | 21 | 31 | 0 | 27 | 404 | 35 | 103 |
| Binary | 10100011 | 10010011 | 11000100 | 10001 | 11001 | 0 | 10111 | 100000100 | 11101 | 1000011 |
Color Harmonies of #A393C4
Complementary color
Monochromatic Colors of #A393C4
Black with #A393C4
Text Example
Text Example
White with #A393C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393C4; }
p { color: rgb(163,147,196); }
H1.HeaderClassName
{
color: #A393C4;
}
.AnyTagClassName
{
color: #A393C4;
}
</style>
background-color css
<style>
a { background-color: #A393C4; }
a { background-color: rgb(163,147,196); }
div.DivClassName
{
background-color: #A393C4;
}
.BgClassName
{
background-color: #A393C4;
}
</style>
border-color css
<style>
span { border-color: #A393C4; }
span { border-color: rgb(163,147,196); }
td.TdClassName
{
border-color: #A393C4;
}
.TagClassName
{
border-color: #A393C4;
}
</style>