Shades of Violet Blue #A33D9E
Tints of Violet Blue #A33D9E
RGB
CMYK
RGB Variations
Color information
#A33D9E (or 0xA33D9E) is known color: Violet Blue. HEX triplet: A3, 3D and 9E. RGB value is (163,61,158). Sum of RGB (Red+Green+Blue) = 163+61+158=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D9E is #5CC261. Grayscale: #666666. Windows color (decimal): -6079074 or 10370467. OLE color: 10370467.
HSL color Cylindrical-coordinate representation of color #A33D9E: hue angle of 302.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D9E is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 158 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.36 |
| HSL | 302.94º | 0.46% | 0.44% | - |
| HSV(B) | 302.94º | 0.63% | 0.64% | - |
| XYZ | 22.94 | 13.59 | 33.76 | - |
| YUV | 102.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 158 | 0 | 0.63 | 0.03 | 0.36 | 302.94 | 0.46 | 0.44 |
| Hex | A3 | 3D | 9E | 0 | 3F | 3 | 24 | 12F | 2E | 2C |
| Octal | 243 | 75 | 236 | 0 | 77 | 3 | 44 | 457 | 56 | 54 |
| Binary | 10100011 | 111101 | 10011110 | 0 | 111111 | 11 | 100100 | 100101111 | 101110 | 101100 |
Color Harmonies of #A33D9E
Complementary color
Monochromatic Colors of #A33D9E
Black with #A33D9E
Text Example
Text Example
White with #A33D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D9E; }
p { color: rgb(163,61,158); }
H1.HeaderClassName
{
color: #A33D9E;
}
.AnyTagClassName
{
color: #A33D9E;
}
</style>
background-color css
<style>
a { background-color: #A33D9E; }
a { background-color: rgb(163,61,158); }
div.DivClassName
{
background-color: #A33D9E;
}
.BgClassName
{
background-color: #A33D9E;
}
</style>
border-color css
<style>
span { border-color: #A33D9E; }
span { border-color: rgb(163,61,158); }
td.TdClassName
{
border-color: #A33D9E;
}
.TagClassName
{
border-color: #A33D9E;
}
</style>