Shades of Violet Blue #A33E95
Tints of Violet Blue #A33E95
RGB
CMYK
RGB Variations
Color information
#A33E95 (or 0xA33E95) is known color: Violet Blue. HEX triplet: A3, 3E and 95. RGB value is (163,62,149). Sum of RGB (Red+Green+Blue) = 163+62+149=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E95 is #5CC16A. Grayscale: #656565. Windows color (decimal): -6078827 or 9780899. OLE color: 9780899.
HSL color Cylindrical-coordinate representation of color #A33E95: hue angle of 308.32º 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 #A33E95 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 149 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.36 |
| HSL | 308.32º | 0.45% | 0.44% | - |
| HSV(B) | 308.32º | 0.62% | 0.64% | - |
| XYZ | 22.25 | 13.4 | 29.85 | - |
| YUV | 102.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 149 | 0 | 0.62 | 0.09 | 0.36 | 308.32 | 0.45 | 0.44 |
| Hex | A3 | 3E | 95 | 0 | 3E | 9 | 24 | 134 | 2D | 2C |
| Octal | 243 | 76 | 225 | 0 | 76 | 11 | 44 | 464 | 55 | 54 |
| Binary | 10100011 | 111110 | 10010101 | 0 | 111110 | 1001 | 100100 | 100110100 | 101101 | 101100 |
Color Harmonies of #A33E95
Complementary color
Monochromatic Colors of #A33E95
Black with #A33E95
Text Example
Text Example
White with #A33E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E95; }
p { color: rgb(163,62,149); }
H1.HeaderClassName
{
color: #A33E95;
}
.AnyTagClassName
{
color: #A33E95;
}
</style>
background-color css
<style>
a { background-color: #A33E95; }
a { background-color: rgb(163,62,149); }
div.DivClassName
{
background-color: #A33E95;
}
.BgClassName
{
background-color: #A33E95;
}
</style>
border-color css
<style>
span { border-color: #A33E95; }
span { border-color: rgb(163,62,149); }
td.TdClassName
{
border-color: #A33E95;
}
.TagClassName
{
border-color: #A33E95;
}
</style>