Shades of Blue Violet #A433FA
Tints of Blue Violet #A433FA
RGB
CMYK
RGB Variations
Color information
#A433FA (or 0xA433FA) is known color: Blue Violet. HEX triplet: A4, 33 and FA. RGB value is (164,51,250). Sum of RGB (Red+Green+Blue) = 164+51+250=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #A433FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A433FA is #5BCC05. Grayscale: #6A6A6A. Windows color (decimal): -6016006 or 16397220. OLE color: 16397220.
HSL color Cylindrical-coordinate representation of color #A433FA: hue angle of 274.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A433FA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 51 | 250 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.02 |
| HSL | 274.07º | 0.95% | 0.59% | - |
| HSV(B) | 274.07º | 0.8% | 0.98% | - |
| XYZ | 33.75 | 17.16 | 91.98 | - |
| YUV | 107.47 | 208.44 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 250 | 0.34 | 0.80 | 0 | 0.02 | 274.07 | 0.95 | 0.59 |
| Hex | A4 | 33 | FA | 22 | 50 | 0 | 2 | 112 | 5F | 3B |
| Octal | 244 | 63 | 372 | 42 | 120 | 0 | 2 | 422 | 137 | 73 |
| Binary | 10100100 | 110011 | 11111010 | 100010 | 1010000 | 0 | 10 | 100010010 | 1011111 | 111011 |
Color Harmonies of #A433FA
Complementary color
Monochromatic Colors of #A433FA
Black with #A433FA
Text Example
Text Example
White with #A433FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433FA; }
p { color: rgb(164,51,250); }
H1.HeaderClassName
{
color: #A433FA;
}
.AnyTagClassName
{
color: #A433FA;
}
</style>
background-color css
<style>
a { background-color: #A433FA; }
a { background-color: rgb(164,51,250); }
div.DivClassName
{
background-color: #A433FA;
}
.BgClassName
{
background-color: #A433FA;
}
</style>
border-color css
<style>
span { border-color: #A433FA; }
span { border-color: rgb(164,51,250); }
td.TdClassName
{
border-color: #A433FA;
}
.TagClassName
{
border-color: #A433FA;
}
</style>