Shades of Violet Blue #A33B98
Tints of Violet Blue #A33B98
RGB
CMYK
RGB Variations
Color information
#A33B98 (or 0xA33B98) is known color: Violet Blue. HEX triplet: A3, 3B and 98. RGB value is (163,59,152). Sum of RGB (Red+Green+Blue) = 163+59+152=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33B98 is #5CC467. Grayscale: #646464. Windows color (decimal): -6079592 or 9976739. OLE color: 9976739.
HSL color Cylindrical-coordinate representation of color #A33B98: hue angle of 306.35º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B98 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 152 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.36 |
| HSL | 306.35º | 0.47% | 0.44% | - |
| HSV(B) | 306.35º | 0.64% | 0.64% | - |
| XYZ | 22.34 | 13.18 | 31.07 | - |
| YUV | 100.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 152 | 0 | 0.64 | 0.07 | 0.36 | 306.35 | 0.47 | 0.44 |
| Hex | A3 | 3B | 98 | 0 | 40 | 7 | 24 | 132 | 2F | 2C |
| Octal | 243 | 73 | 230 | 0 | 100 | 7 | 44 | 462 | 57 | 54 |
| Binary | 10100011 | 111011 | 10011000 | 0 | 1000000 | 111 | 100100 | 100110010 | 101111 | 101100 |
Color Harmonies of #A33B98
Complementary color
Monochromatic Colors of #A33B98
Black with #A33B98
Text Example
Text Example
White with #A33B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B98; }
p { color: rgb(163,59,152); }
H1.HeaderClassName
{
color: #A33B98;
}
.AnyTagClassName
{
color: #A33B98;
}
</style>
background-color css
<style>
a { background-color: #A33B98; }
a { background-color: rgb(163,59,152); }
div.DivClassName
{
background-color: #A33B98;
}
.BgClassName
{
background-color: #A33B98;
}
</style>
border-color css
<style>
span { border-color: #A33B98; }
span { border-color: rgb(163,59,152); }
td.TdClassName
{
border-color: #A33B98;
}
.TagClassName
{
border-color: #A33B98;
}
</style>