Shades of Violet Blue #A34EA2
Tints of Violet Blue #A34EA2
RGB
CMYK
RGB Variations
Color information
#A34EA2 (or 0xA34EA2) is known color: Violet Blue. HEX triplet: A3, 4E and A2. RGB value is (163,78,162). Sum of RGB (Red+Green+Blue) = 163+78+162=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A34EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EA2 is #5CB15D. Grayscale: #707070. Windows color (decimal): -6074718 or 10636963. OLE color: 10636963.
HSL color Cylindrical-coordinate representation of color #A34EA2: hue angle of 300.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34EA2 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 162 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.36 |
| HSL | 300.71º | 0.35% | 0.47% | - |
| HSV(B) | 300.71º | 0.52% | 0.64% | - |
| XYZ | 24.35 | 15.84 | 35.96 | - |
| YUV | 112.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 162 | 0 | 0.52 | 0.01 | 0.36 | 300.71 | 0.35 | 0.47 |
| Hex | A3 | 4E | A2 | 0 | 34 | 1 | 24 | 12D | 23 | 2F |
| Octal | 243 | 116 | 242 | 0 | 64 | 1 | 44 | 455 | 43 | 57 |
| Binary | 10100011 | 1001110 | 10100010 | 0 | 110100 | 1 | 100100 | 100101101 | 100011 | 101111 |
Color Harmonies of #A34EA2
Complementary color
Monochromatic Colors of #A34EA2
Black with #A34EA2
Text Example
Text Example
White with #A34EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EA2; }
p { color: rgb(163,78,162); }
H1.HeaderClassName
{
color: #A34EA2;
}
.AnyTagClassName
{
color: #A34EA2;
}
</style>
background-color css
<style>
a { background-color: #A34EA2; }
a { background-color: rgb(163,78,162); }
div.DivClassName
{
background-color: #A34EA2;
}
.BgClassName
{
background-color: #A34EA2;
}
</style>
border-color css
<style>
span { border-color: #A34EA2; }
span { border-color: rgb(163,78,162); }
td.TdClassName
{
border-color: #A34EA2;
}
.TagClassName
{
border-color: #A34EA2;
}
</style>