Shades of Cold Purple #A399B5
Tints of Cold Purple #A399B5
RGB
CMYK
RGB Variations
Color information
#A399B5 (or 0xA399B5) is known color: Cold Purple. HEX triplet: A3, 99 and B5. RGB value is (163,153,181). Sum of RGB (Red+Green+Blue) = 163+153+181=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #A399B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399B5 is #5C664A. Grayscale: #9F9F9F. Windows color (decimal): -6055499 or 11901347. OLE color: 11901347.
HSL color Cylindrical-coordinate representation of color #A399B5: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A399B5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 153 | 181 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.29 |
| HSL | 261.43º | 0.16% | 0.65% | - |
| HSV(B) | 261.43º | 0.15% | 0.71% | - |
| XYZ | 34.84 | 33.91 | 48.42 | - |
| YUV | 159.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 181 | 0.10 | 0.15 | 0 | 0.29 | 261.43 | 0.16 | 0.65 |
| Hex | A3 | 99 | B5 | A | F | 0 | 1D | 105 | 10 | 41 |
| Octal | 243 | 231 | 265 | 12 | 17 | 0 | 35 | 405 | 20 | 101 |
| Binary | 10100011 | 10011001 | 10110101 | 1010 | 1111 | 0 | 11101 | 100000101 | 10000 | 1000001 |
Color Harmonies of #A399B5
Complementary color
Monochromatic Colors of #A399B5
Black with #A399B5
Text Example
Text Example
White with #A399B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399B5; }
p { color: rgb(163,153,181); }
H1.HeaderClassName
{
color: #A399B5;
}
.AnyTagClassName
{
color: #A399B5;
}
</style>
background-color css
<style>
a { background-color: #A399B5; }
a { background-color: rgb(163,153,181); }
div.DivClassName
{
background-color: #A399B5;
}
.BgClassName
{
background-color: #A399B5;
}
</style>
border-color css
<style>
span { border-color: #A399B5; }
span { border-color: rgb(163,153,181); }
td.TdClassName
{
border-color: #A399B5;
}
.TagClassName
{
border-color: #A399B5;
}
</style>