Shades of Cold Purple #A399BD
Tints of Cold Purple #A399BD
RGB
CMYK
RGB Variations
Color information
#A399BD (or 0xA399BD) is known color: Cold Purple. HEX triplet: A3, 99 and BD. RGB value is (163,153,189). Sum of RGB (Red+Green+Blue) = 163+153+189=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A399BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399BD is #5C6642. Grayscale: #9F9F9F. Windows color (decimal): -6055491 or 12425635. OLE color: 12425635.
HSL color Cylindrical-coordinate representation of color #A399BD: hue angle of 256.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A399BD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 153 | 189 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.26 |
| HSL | 256.67º | 0.21% | 0.67% | - |
| HSV(B) | 256.67º | 0.19% | 0.74% | - |
| XYZ | 35.68 | 34.24 | 52.87 | - |
| YUV | 160.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 189 | 0.14 | 0.19 | 0 | 0.26 | 256.67 | 0.21 | 0.67 |
| Hex | A3 | 99 | BD | E | 13 | 0 | 1A | 101 | 15 | 43 |
| Octal | 243 | 231 | 275 | 16 | 23 | 0 | 32 | 401 | 25 | 103 |
| Binary | 10100011 | 10011001 | 10111101 | 1110 | 10011 | 0 | 11010 | 100000001 | 10101 | 1000011 |
Color Harmonies of #A399BD
Complementary color
Monochromatic Colors of #A399BD
Black with #A399BD
Text Example
Text Example
White with #A399BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399BD; }
p { color: rgb(163,153,189); }
H1.HeaderClassName
{
color: #A399BD;
}
.AnyTagClassName
{
color: #A399BD;
}
</style>
background-color css
<style>
a { background-color: #A399BD; }
a { background-color: rgb(163,153,189); }
div.DivClassName
{
background-color: #A399BD;
}
.BgClassName
{
background-color: #A399BD;
}
</style>
border-color css
<style>
span { border-color: #A399BD; }
span { border-color: rgb(163,153,189); }
td.TdClassName
{
border-color: #A399BD;
}
.TagClassName
{
border-color: #A399BD;
}
</style>