Shades of Violet Blue #A13EA2
Tints of Violet Blue #A13EA2
RGB
CMYK
RGB Variations
Color information
#A13EA2 (or 0xA13EA2) is known color: Violet Blue. HEX triplet: A1, 3E and A2. RGB value is (161,62,162). Sum of RGB (Red+Green+Blue) = 161+62+162=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #A13EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EA2 is #5EC15D. Grayscale: #666666. Windows color (decimal): -6209886 or 10632865. OLE color: 10632865.
HSL color Cylindrical-coordinate representation of color #A13EA2: hue angle of 299.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13EA2 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 62 | 162 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.36 |
| HSL | 299.4º | 0.45% | 0.44% | - |
| HSV(B) | 299.4º | 0.62% | 0.64% | - |
| XYZ | 22.94 | 13.63 | 35.6 | - |
| YUV | 103 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 162 | 0.01 | 0.62 | 0 | 0.36 | 299.4 | 0.45 | 0.44 |
| Hex | A1 | 3E | A2 | 1 | 3E | 0 | 24 | 12B | 2D | 2C |
| Octal | 241 | 76 | 242 | 1 | 76 | 0 | 44 | 453 | 55 | 54 |
| Binary | 10100001 | 111110 | 10100010 | 1 | 111110 | 0 | 100100 | 100101011 | 101101 | 101100 |
Color Harmonies of #A13EA2
Complementary color
Monochromatic Colors of #A13EA2
Black with #A13EA2
Text Example
Text Example
White with #A13EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EA2; }
p { color: rgb(161,62,162); }
H1.HeaderClassName
{
color: #A13EA2;
}
.AnyTagClassName
{
color: #A13EA2;
}
</style>
background-color css
<style>
a { background-color: #A13EA2; }
a { background-color: rgb(161,62,162); }
div.DivClassName
{
background-color: #A13EA2;
}
.BgClassName
{
background-color: #A13EA2;
}
</style>
border-color css
<style>
span { border-color: #A13EA2; }
span { border-color: rgb(161,62,162); }
td.TdClassName
{
border-color: #A13EA2;
}
.TagClassName
{
border-color: #A13EA2;
}
</style>