Shades of Blue Violet #A933F2
Tints of Blue Violet #A933F2
RGB
CMYK
RGB Variations
Color information
#A933F2 (or 0xA933F2) is known color: Blue Violet. HEX triplet: A9, 33 and F2. RGB value is (169,51,242). Sum of RGB (Red+Green+Blue) = 169+51+242=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #A933F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A933F2 is #56CC0D. Grayscale: #6B6B6B. Windows color (decimal): -5688334 or 15872937. OLE color: 15872937.
HSL color Cylindrical-coordinate representation of color #A933F2: hue angle of 277.07º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A933F2 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 51 | 242 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.05 |
| HSL | 277.07º | 0.88% | 0.57% | - |
| HSV(B) | 277.07º | 0.79% | 0.95% | - |
| XYZ | 33.57 | 17.21 | 85.56 | - |
| YUV | 108.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 242 | 0.30 | 0.79 | 0 | 0.05 | 277.07 | 0.88 | 0.57 |
| Hex | A9 | 33 | F2 | 1E | 4F | 0 | 5 | 115 | 58 | 39 |
| Octal | 251 | 63 | 362 | 36 | 117 | 0 | 5 | 425 | 130 | 71 |
| Binary | 10101001 | 110011 | 11110010 | 11110 | 1001111 | 0 | 101 | 100010101 | 1011000 | 111001 |
Color Harmonies of #A933F2
Complementary color
Monochromatic Colors of #A933F2
Black with #A933F2
Text Example
Text Example
White with #A933F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A933F2; }
p { color: rgb(169,51,242); }
H1.HeaderClassName
{
color: #A933F2;
}
.AnyTagClassName
{
color: #A933F2;
}
</style>
background-color css
<style>
a { background-color: #A933F2; }
a { background-color: rgb(169,51,242); }
div.DivClassName
{
background-color: #A933F2;
}
.BgClassName
{
background-color: #A933F2;
}
</style>
border-color css
<style>
span { border-color: #A933F2; }
span { border-color: rgb(169,51,242); }
td.TdClassName
{
border-color: #A933F2;
}
.TagClassName
{
border-color: #A933F2;
}
</style>