Shades of Cold Purple #A397C3
Tints of Cold Purple #A397C3
RGB
CMYK
RGB Variations
Color information
#A397C3 (or 0xA397C3) is known color: Cold Purple. HEX triplet: A3, 97 and C3. RGB value is (163,151,195). Sum of RGB (Red+Green+Blue) = 163+151+195=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #A397C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397C3 is #5C683C. Grayscale: #9F9F9F. Windows color (decimal): -6055997 or 12818339. OLE color: 12818339.
HSL color Cylindrical-coordinate representation of color #A397C3: hue angle of 256.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A397C3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 151 | 195 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.24 |
| HSL | 256.36º | 0.27% | 0.68% | - |
| HSV(B) | 256.36º | 0.23% | 0.76% | - |
| XYZ | 36.02 | 33.86 | 56.27 | - |
| YUV | 159.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 195 | 0.16 | 0.23 | 0 | 0.24 | 256.36 | 0.27 | 0.68 |
| Hex | A3 | 97 | C3 | 10 | 17 | 0 | 18 | 100 | 1B | 44 |
| Octal | 243 | 227 | 303 | 20 | 27 | 0 | 30 | 400 | 33 | 104 |
| Binary | 10100011 | 10010111 | 11000011 | 10000 | 10111 | 0 | 11000 | 100000000 | 11011 | 1000100 |
Color Harmonies of #A397C3
Complementary color
Monochromatic Colors of #A397C3
Black with #A397C3
Text Example
Text Example
White with #A397C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397C3; }
p { color: rgb(163,151,195); }
H1.HeaderClassName
{
color: #A397C3;
}
.AnyTagClassName
{
color: #A397C3;
}
</style>
background-color css
<style>
a { background-color: #A397C3; }
a { background-color: rgb(163,151,195); }
div.DivClassName
{
background-color: #A397C3;
}
.BgClassName
{
background-color: #A397C3;
}
</style>
border-color css
<style>
span { border-color: #A397C3; }
span { border-color: rgb(163,151,195); }
td.TdClassName
{
border-color: #A397C3;
}
.TagClassName
{
border-color: #A397C3;
}
</style>