Shades of Violet Blue #A453AB
Tints of Violet Blue #A453AB
RGB
CMYK
RGB Variations
Color information
#A453AB (or 0xA453AB) is known color: Violet Blue. HEX triplet: A4, 53 and AB. RGB value is (164,83,171). Sum of RGB (Red+Green+Blue) = 164+83+171=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A453AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453AB is #5BAC54. Grayscale: #747474. Windows color (decimal): -6007893 or 11228068. OLE color: 11228068.
HSL color Cylindrical-coordinate representation of color #A453AB: hue angle of 295.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A453AB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 83 | 171 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.33 |
| HSL | 295.23º | 0.35% | 0.5% | - |
| HSV(B) | 295.23º | 0.51% | 0.67% | - |
| XYZ | 25.75 | 17.02 | 40.46 | - |
| YUV | 117.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 171 | 0.04 | 0.51 | 0 | 0.33 | 295.23 | 0.35 | 0.5 |
| Hex | A4 | 53 | AB | 4 | 33 | 0 | 21 | 127 | 23 | 32 |
| Octal | 244 | 123 | 253 | 4 | 63 | 0 | 41 | 447 | 43 | 62 |
| Binary | 10100100 | 1010011 | 10101011 | 100 | 110011 | 0 | 100001 | 100100111 | 100011 | 110010 |
Color Harmonies of #A453AB
Complementary color
Monochromatic Colors of #A453AB
Black with #A453AB
Text Example
Text Example
White with #A453AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453AB; }
p { color: rgb(164,83,171); }
H1.HeaderClassName
{
color: #A453AB;
}
.AnyTagClassName
{
color: #A453AB;
}
</style>
background-color css
<style>
a { background-color: #A453AB; }
a { background-color: rgb(164,83,171); }
div.DivClassName
{
background-color: #A453AB;
}
.BgClassName
{
background-color: #A453AB;
}
</style>
border-color css
<style>
span { border-color: #A453AB; }
span { border-color: rgb(164,83,171); }
td.TdClassName
{
border-color: #A453AB;
}
.TagClassName
{
border-color: #A453AB;
}
</style>