Shades of Cold Purple #A58BC6
Tints of Cold Purple #A58BC6
RGB
CMYK
RGB Variations
Color information
#A58BC6 (or 0xA58BC6) is known color: Cold Purple. HEX triplet: A5, 8B and C6. RGB value is (165,139,198). Sum of RGB (Red+Green+Blue) = 165+139+198=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #A58BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BC6 is #5A7439. Grayscale: #999999. Windows color (decimal): -5927994 or 13011877. OLE color: 13011877.
HSL color Cylindrical-coordinate representation of color #A58BC6: hue angle of 266.44º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58BC6 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 139 | 198 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.22 |
| HSL | 266.44º | 0.34% | 0.66% | - |
| HSV(B) | 266.44º | 0.3% | 0.78% | - |
| XYZ | 34.94 | 30.54 | 57.48 | - |
| YUV | 153.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 198 | 0.17 | 0.30 | 0 | 0.22 | 266.44 | 0.34 | 0.66 |
| Hex | A5 | 8B | C6 | 11 | 1E | 0 | 16 | 10A | 22 | 42 |
| Octal | 245 | 213 | 306 | 21 | 36 | 0 | 26 | 412 | 42 | 102 |
| Binary | 10100101 | 10001011 | 11000110 | 10001 | 11110 | 0 | 10110 | 100001010 | 100010 | 1000010 |
Color Harmonies of #A58BC6
Complementary color
Monochromatic Colors of #A58BC6
Black with #A58BC6
Text Example
Text Example
White with #A58BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BC6; }
p { color: rgb(165,139,198); }
H1.HeaderClassName
{
color: #A58BC6;
}
.AnyTagClassName
{
color: #A58BC6;
}
</style>
background-color css
<style>
a { background-color: #A58BC6; }
a { background-color: rgb(165,139,198); }
div.DivClassName
{
background-color: #A58BC6;
}
.BgClassName
{
background-color: #A58BC6;
}
</style>
border-color css
<style>
span { border-color: #A58BC6; }
span { border-color: rgb(165,139,198); }
td.TdClassName
{
border-color: #A58BC6;
}
.TagClassName
{
border-color: #A58BC6;
}
</style>