Shades of Cold Purple #A395B3
Tints of Cold Purple #A395B3
RGB
CMYK
RGB Variations
Color information
#A395B3 (or 0xA395B3) is known color: Cold Purple. HEX triplet: A3, 95 and B3. RGB value is (163,149,179). Sum of RGB (Red+Green+Blue) = 163+149+179=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A395B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395B3 is #5C6A4C. Grayscale: #9C9C9C. Windows color (decimal): -6056525 or 11769251. OLE color: 11769251.
HSL color Cylindrical-coordinate representation of color #A395B3: hue angle of 268º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A395B3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 149 | 179 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.30 |
| HSL | 268º | 0.16% | 0.64% | - |
| HSV(B) | 268º | 0.17% | 0.7% | - |
| XYZ | 33.99 | 32.54 | 47.14 | - |
| YUV | 156.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 179 | 0.09 | 0.17 | 0 | 0.30 | 268 | 0.16 | 0.64 |
| Hex | A3 | 95 | B3 | 9 | 11 | 0 | 1E | 10C | 10 | 40 |
| Octal | 243 | 225 | 263 | 11 | 21 | 0 | 36 | 414 | 20 | 100 |
| Binary | 10100011 | 10010101 | 10110011 | 1001 | 10001 | 0 | 11110 | 100001100 | 10000 | 1000000 |
Color Harmonies of #A395B3
Complementary color
Monochromatic Colors of #A395B3
Black with #A395B3
Text Example
Text Example
White with #A395B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A395B3; }
p { color: rgb(163,149,179); }
H1.HeaderClassName
{
color: #A395B3;
}
.AnyTagClassName
{
color: #A395B3;
}
</style>
background-color css
<style>
a { background-color: #A395B3; }
a { background-color: rgb(163,149,179); }
div.DivClassName
{
background-color: #A395B3;
}
.BgClassName
{
background-color: #A395B3;
}
</style>
border-color css
<style>
span { border-color: #A395B3; }
span { border-color: rgb(163,149,179); }
td.TdClassName
{
border-color: #A395B3;
}
.TagClassName
{
border-color: #A395B3;
}
</style>