Shades of Blue Violet #A433F5
Tints of Blue Violet #A433F5
RGB
CMYK
RGB Variations
Color information
#A433F5 (or 0xA433F5) is known color: Blue Violet. HEX triplet: A4, 33 and F5. RGB value is (164,51,245). Sum of RGB (Red+Green+Blue) = 164+51+245=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #A433F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A433F5 is #5BCC0A. Grayscale: #6A6A6A. Windows color (decimal): -6016011 or 16069540. OLE color: 16069540.
HSL color Cylindrical-coordinate representation of color #A433F5: hue angle of 274.95º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A433F5 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 51 | 245 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.04 |
| HSL | 274.95º | 0.91% | 0.58% | - |
| HSV(B) | 274.95º | 0.79% | 0.96% | - |
| XYZ | 32.98 | 16.85 | 87.9 | - |
| YUV | 106.9 | 205.94 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 245 | 0.33 | 0.79 | 0 | 0.04 | 274.95 | 0.91 | 0.58 |
| Hex | A4 | 33 | F5 | 21 | 4F | 0 | 4 | 113 | 5B | 3A |
| Octal | 244 | 63 | 365 | 41 | 117 | 0 | 4 | 423 | 133 | 72 |
| Binary | 10100100 | 110011 | 11110101 | 100001 | 1001111 | 0 | 100 | 100010011 | 1011011 | 111010 |
Color Harmonies of #A433F5
Complementary color
Monochromatic Colors of #A433F5
Black with #A433F5
Text Example
Text Example
White with #A433F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433F5; }
p { color: rgb(164,51,245); }
H1.HeaderClassName
{
color: #A433F5;
}
.AnyTagClassName
{
color: #A433F5;
}
</style>
background-color css
<style>
a { background-color: #A433F5; }
a { background-color: rgb(164,51,245); }
div.DivClassName
{
background-color: #A433F5;
}
.BgClassName
{
background-color: #A433F5;
}
</style>
border-color css
<style>
span { border-color: #A433F5; }
span { border-color: rgb(164,51,245); }
td.TdClassName
{
border-color: #A433F5;
}
.TagClassName
{
border-color: #A433F5;
}
</style>