Shades of Cold Purple #A58AC2
Tints of Cold Purple #A58AC2
RGB
CMYK
RGB Variations
Color information
#A58AC2 (or 0xA58AC2) is known color: Cold Purple. HEX triplet: A5, 8A and C2. RGB value is (165,138,194). Sum of RGB (Red+Green+Blue) = 165+138+194=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #A58AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AC2 is #5A753D. Grayscale: #989898. Windows color (decimal): -5928254 or 12749477. OLE color: 12749477.
HSL color Cylindrical-coordinate representation of color #A58AC2: hue angle of 268.93º degrees, saturation: 0.31, 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 #A58AC2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 138 | 194 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.24 |
| HSL | 268.93º | 0.31% | 0.65% | - |
| HSV(B) | 268.93º | 0.29% | 0.76% | - |
| XYZ | 34.34 | 30.07 | 55.03 | - |
| YUV | 152.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 194 | 0.15 | 0.29 | 0 | 0.24 | 268.93 | 0.31 | 0.65 |
| Hex | A5 | 8A | C2 | F | 1D | 0 | 18 | 10D | 1F | 41 |
| Octal | 245 | 212 | 302 | 17 | 35 | 0 | 30 | 415 | 37 | 101 |
| Binary | 10100101 | 10001010 | 11000010 | 1111 | 11101 | 0 | 11000 | 100001101 | 11111 | 1000001 |
Color Harmonies of #A58AC2
Complementary color
Monochromatic Colors of #A58AC2
Black with #A58AC2
Text Example
Text Example
White with #A58AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AC2; }
p { color: rgb(165,138,194); }
H1.HeaderClassName
{
color: #A58AC2;
}
.AnyTagClassName
{
color: #A58AC2;
}
</style>
background-color css
<style>
a { background-color: #A58AC2; }
a { background-color: rgb(165,138,194); }
div.DivClassName
{
background-color: #A58AC2;
}
.BgClassName
{
background-color: #A58AC2;
}
</style>
border-color css
<style>
span { border-color: #A58AC2; }
span { border-color: rgb(165,138,194); }
td.TdClassName
{
border-color: #A58AC2;
}
.TagClassName
{
border-color: #A58AC2;
}
</style>