Shades of Blue Violet #A434FC
Tints of Blue Violet #A434FC
RGB
CMYK
RGB Variations
Color information
#A434FC (or 0xA434FC) is known color: Blue Violet. HEX triplet: A4, 34 and FC. RGB value is (164,52,252). Sum of RGB (Red+Green+Blue) = 164+52+252=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #A434FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434FC is #5BCB03. Grayscale: #6B6B6B. Windows color (decimal): -6015748 or 16528548. OLE color: 16528548.
HSL color Cylindrical-coordinate representation of color #A434FC: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A434FC is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 52 | 252 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.01 |
| HSL | 273.6º | 0.97% | 0.6% | - |
| HSV(B) | 273.6º | 0.79% | 0.99% | - |
| XYZ | 34.11 | 17.38 | 93.65 | - |
| YUV | 108.29 | 209.11 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 252 | 0.35 | 0.79 | 0 | 0.01 | 273.6 | 0.97 | 0.6 |
| Hex | A4 | 34 | FC | 23 | 4F | 0 | 1 | 112 | 61 | 3C |
| Octal | 244 | 64 | 374 | 43 | 117 | 0 | 1 | 422 | 141 | 74 |
| Binary | 10100100 | 110100 | 11111100 | 100011 | 1001111 | 0 | 1 | 100010010 | 1100001 | 111100 |
Color Harmonies of #A434FC
Complementary color
Monochromatic Colors of #A434FC
Black with #A434FC
Text Example
Text Example
White with #A434FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434FC; }
p { color: rgb(164,52,252); }
H1.HeaderClassName
{
color: #A434FC;
}
.AnyTagClassName
{
color: #A434FC;
}
</style>
background-color css
<style>
a { background-color: #A434FC; }
a { background-color: rgb(164,52,252); }
div.DivClassName
{
background-color: #A434FC;
}
.BgClassName
{
background-color: #A434FC;
}
</style>
border-color css
<style>
span { border-color: #A434FC; }
span { border-color: rgb(164,52,252); }
td.TdClassName
{
border-color: #A434FC;
}
.TagClassName
{
border-color: #A434FC;
}
</style>