Shades of Violet Blue #A33FA7
Tints of Violet Blue #A33FA7
RGB
CMYK
RGB Variations
Color information
#A33FA7 (or 0xA33FA7) is known color: Violet Blue. HEX triplet: A3, 3F and A7. RGB value is (163,63,167). Sum of RGB (Red+Green+Blue) = 163+63+167=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #A33FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FA7 is #5CC058. Grayscale: #686868. Windows color (decimal): -6078553 or 10960803. OLE color: 10960803.
HSL color Cylindrical-coordinate representation of color #A33FA7: hue angle of 297.69º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33FA7 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 63 | 167 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.35 |
| HSL | 297.69º | 0.45% | 0.45% | - |
| HSV(B) | 297.69º | 0.62% | 0.65% | - |
| XYZ | 23.86 | 14.13 | 38.03 | - |
| YUV | 104.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 167 | 0.02 | 0.62 | 0 | 0.35 | 297.69 | 0.45 | 0.45 |
| Hex | A3 | 3F | A7 | 2 | 3E | 0 | 23 | 12A | 2D | 2D |
| Octal | 243 | 77 | 247 | 2 | 76 | 0 | 43 | 452 | 55 | 55 |
| Binary | 10100011 | 111111 | 10100111 | 10 | 111110 | 0 | 100011 | 100101010 | 101101 | 101101 |
Color Harmonies of #A33FA7
Complementary color
Monochromatic Colors of #A33FA7
Black with #A33FA7
Text Example
Text Example
White with #A33FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FA7; }
p { color: rgb(163,63,167); }
H1.HeaderClassName
{
color: #A33FA7;
}
.AnyTagClassName
{
color: #A33FA7;
}
</style>
background-color css
<style>
a { background-color: #A33FA7; }
a { background-color: rgb(163,63,167); }
div.DivClassName
{
background-color: #A33FA7;
}
.BgClassName
{
background-color: #A33FA7;
}
</style>
border-color css
<style>
span { border-color: #A33FA7; }
span { border-color: rgb(163,63,167); }
td.TdClassName
{
border-color: #A33FA7;
}
.TagClassName
{
border-color: #A33FA7;
}
</style>