Shades of Violet Blue #A258A5
Tints of Violet Blue #A258A5
RGB
CMYK
RGB Variations
Color information
#A258A5 (or 0xA258A5) is known color: Violet Blue. HEX triplet: A2, 58 and A5. RGB value is (162,88,165). Sum of RGB (Red+Green+Blue) = 162+88+165=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 165 - color contains mainly: blue. Hex color #A258A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A258A5 is #5DA75A. Grayscale: #767676. Windows color (decimal): -6137691 or 10836130. OLE color: 10836130.
HSL color Cylindrical-coordinate representation of color #A258A5: hue angle of 297.66º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A258A5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 88 | 165 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.35 |
| HSL | 297.66º | 0.3% | 0.5% | - |
| HSV(B) | 297.66º | 0.47% | 0.65% | - |
| XYZ | 25.18 | 17.38 | 37.62 | - |
| YUV | 118.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 165 | 0.02 | 0.47 | 0 | 0.35 | 297.66 | 0.3 | 0.5 |
| Hex | A2 | 58 | A5 | 2 | 2F | 0 | 23 | 12A | 1E | 32 |
| Octal | 242 | 130 | 245 | 2 | 57 | 0 | 43 | 452 | 36 | 62 |
| Binary | 10100010 | 1011000 | 10100101 | 10 | 101111 | 0 | 100011 | 100101010 | 11110 | 110010 |
Color Harmonies of #A258A5
Complementary color
Monochromatic Colors of #A258A5
Black with #A258A5
Text Example
Text Example
White with #A258A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258A5; }
p { color: rgb(162,88,165); }
H1.HeaderClassName
{
color: #A258A5;
}
.AnyTagClassName
{
color: #A258A5;
}
</style>
background-color css
<style>
a { background-color: #A258A5; }
a { background-color: rgb(162,88,165); }
div.DivClassName
{
background-color: #A258A5;
}
.BgClassName
{
background-color: #A258A5;
}
</style>
border-color css
<style>
span { border-color: #A258A5; }
span { border-color: rgb(162,88,165); }
td.TdClassName
{
border-color: #A258A5;
}
.TagClassName
{
border-color: #A258A5;
}
</style>