Shades of Violet Blue #A33FAA
Tints of Violet Blue #A33FAA
RGB
CMYK
RGB Variations
Color information
#A33FAA (or 0xA33FAA) is known color: Violet Blue. HEX triplet: A3, 3F and AA. RGB value is (163,63,170). Sum of RGB (Red+Green+Blue) = 163+63+170=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A33FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33FAA is #5CC055. Grayscale: #686868. Windows color (decimal): -6078550 or 11157411. OLE color: 11157411.
HSL color Cylindrical-coordinate representation of color #A33FAA: hue angle of 296.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33FAA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 63 | 170 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.33 |
| HSL | 296.07º | 0.46% | 0.46% | - |
| HSV(B) | 296.07º | 0.63% | 0.67% | - |
| XYZ | 24.14 | 14.24 | 39.51 | - |
| YUV | 105.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 170 | 0.04 | 0.63 | 0 | 0.33 | 296.07 | 0.46 | 0.46 |
| Hex | A3 | 3F | AA | 4 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 243 | 77 | 252 | 4 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100011 | 111111 | 10101010 | 100 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A33FAA
Complementary color
Monochromatic Colors of #A33FAA
Black with #A33FAA
Text Example
Text Example
White with #A33FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FAA; }
p { color: rgb(163,63,170); }
H1.HeaderClassName
{
color: #A33FAA;
}
.AnyTagClassName
{
color: #A33FAA;
}
</style>
background-color css
<style>
a { background-color: #A33FAA; }
a { background-color: rgb(163,63,170); }
div.DivClassName
{
background-color: #A33FAA;
}
.BgClassName
{
background-color: #A33FAA;
}
</style>
border-color css
<style>
span { border-color: #A33FAA; }
span { border-color: rgb(163,63,170); }
td.TdClassName
{
border-color: #A33FAA;
}
.TagClassName
{
border-color: #A33FAA;
}
</style>