Shades of Cold Purple #A58BC3
Tints of Cold Purple #A58BC3
RGB
CMYK
RGB Variations
Color information
#A58BC3 (or 0xA58BC3) is known color: Cold Purple. HEX triplet: A5, 8B and C3. RGB value is (165,139,195). Sum of RGB (Red+Green+Blue) = 165+139+195=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #A58BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BC3 is #5A743C. Grayscale: #989898. Windows color (decimal): -5927997 or 12815269. OLE color: 12815269.
HSL color Cylindrical-coordinate representation of color #A58BC3: hue angle of 267.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58BC3 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 139 | 195 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.24 |
| HSL | 267.86º | 0.32% | 0.65% | - |
| HSV(B) | 267.86º | 0.29% | 0.76% | - |
| XYZ | 34.6 | 30.4 | 55.67 | - |
| YUV | 153.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 195 | 0.15 | 0.29 | 0 | 0.24 | 267.86 | 0.32 | 0.65 |
| Hex | A5 | 8B | C3 | F | 1D | 0 | 18 | 10C | 20 | 41 |
| Octal | 245 | 213 | 303 | 17 | 35 | 0 | 30 | 414 | 40 | 101 |
| Binary | 10100101 | 10001011 | 11000011 | 1111 | 11101 | 0 | 11000 | 100001100 | 100000 | 1000001 |
Color Harmonies of #A58BC3
Complementary color
Monochromatic Colors of #A58BC3
Black with #A58BC3
Text Example
Text Example
White with #A58BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BC3; }
p { color: rgb(165,139,195); }
H1.HeaderClassName
{
color: #A58BC3;
}
.AnyTagClassName
{
color: #A58BC3;
}
</style>
background-color css
<style>
a { background-color: #A58BC3; }
a { background-color: rgb(165,139,195); }
div.DivClassName
{
background-color: #A58BC3;
}
.BgClassName
{
background-color: #A58BC3;
}
</style>
border-color css
<style>
span { border-color: #A58BC3; }
span { border-color: rgb(165,139,195); }
td.TdClassName
{
border-color: #A58BC3;
}
.TagClassName
{
border-color: #A58BC3;
}
</style>