Shades of Cold Purple #A58BCB
Tints of Cold Purple #A58BCB
RGB
CMYK
RGB Variations
Color information
#A58BCB (or 0xA58BCB) is known color: Cold Purple. HEX triplet: A5, 8B and CB. RGB value is (165,139,203). Sum of RGB (Red+Green+Blue) = 165+139+203=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCB is #5A7434. Grayscale: #999999. Windows color (decimal): -5927989 or 13339557. OLE color: 13339557.
HSL color Cylindrical-coordinate representation of color #A58BCB: hue angle of 264.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58BCB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 139 | 203 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.20 |
| HSL | 264.38º | 0.38% | 0.67% | - |
| HSV(B) | 264.38º | 0.32% | 0.8% | - |
| XYZ | 35.53 | 30.78 | 60.57 | - |
| YUV | 154.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 203 | 0.19 | 0.32 | 0 | 0.20 | 264.38 | 0.38 | 0.67 |
| Hex | A5 | 8B | CB | 13 | 20 | 0 | 14 | 108 | 26 | 43 |
| Octal | 245 | 213 | 313 | 23 | 40 | 0 | 24 | 410 | 46 | 103 |
| Binary | 10100101 | 10001011 | 11001011 | 10011 | 100000 | 0 | 10100 | 100001000 | 100110 | 1000011 |
Color Harmonies of #A58BCB
Complementary color
Monochromatic Colors of #A58BCB
Black with #A58BCB
Text Example
Text Example
White with #A58BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BCB; }
p { color: rgb(165,139,203); }
H1.HeaderClassName
{
color: #A58BCB;
}
.AnyTagClassName
{
color: #A58BCB;
}
</style>
background-color css
<style>
a { background-color: #A58BCB; }
a { background-color: rgb(165,139,203); }
div.DivClassName
{
background-color: #A58BCB;
}
.BgClassName
{
background-color: #A58BCB;
}
</style>
border-color css
<style>
span { border-color: #A58BCB; }
span { border-color: rgb(165,139,203); }
td.TdClassName
{
border-color: #A58BCB;
}
.TagClassName
{
border-color: #A58BCB;
}
</style>