Shades of Violet Blue #A45FA2
Tints of Violet Blue #A45FA2
RGB
CMYK
RGB Variations
Color information
#A45FA2 (or 0xA45FA2) is known color: Violet Blue. HEX triplet: A4, 5F and A2. RGB value is (164,95,162). Sum of RGB (Red+Green+Blue) = 164+95+162=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A45FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FA2 is #5BA05D. Grayscale: #7B7B7B. Windows color (decimal): -6004830 or 10641316. OLE color: 10641316.
HSL color Cylindrical-coordinate representation of color #A45FA2: hue angle of 301.74º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45FA2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 162 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.36 |
| HSL | 301.74º | 0.27% | 0.51% | - |
| HSV(B) | 301.74º | 0.42% | 0.64% | - |
| XYZ | 25.92 | 18.69 | 36.42 | - |
| YUV | 123.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 162 | 0 | 0.42 | 0.01 | 0.36 | 301.74 | 0.27 | 0.51 |
| Hex | A4 | 5F | A2 | 0 | 2A | 1 | 24 | 12E | 1B | 33 |
| Octal | 244 | 137 | 242 | 0 | 52 | 1 | 44 | 456 | 33 | 63 |
| Binary | 10100100 | 1011111 | 10100010 | 0 | 101010 | 1 | 100100 | 100101110 | 11011 | 110011 |
Color Harmonies of #A45FA2
Complementary color
Monochromatic Colors of #A45FA2
Black with #A45FA2
Text Example
Text Example
White with #A45FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FA2; }
p { color: rgb(164,95,162); }
H1.HeaderClassName
{
color: #A45FA2;
}
.AnyTagClassName
{
color: #A45FA2;
}
</style>
background-color css
<style>
a { background-color: #A45FA2; }
a { background-color: rgb(164,95,162); }
div.DivClassName
{
background-color: #A45FA2;
}
.BgClassName
{
background-color: #A45FA2;
}
</style>
border-color css
<style>
span { border-color: #A45FA2; }
span { border-color: rgb(164,95,162); }
td.TdClassName
{
border-color: #A45FA2;
}
.TagClassName
{
border-color: #A45FA2;
}
</style>