Shades of Blue Violet #A432FE
Tints of Blue Violet #A432FE
RGB
CMYK
RGB Variations
Color information
#A432FE (or 0xA432FE) is known color: Blue Violet. HEX triplet: A4, 32 and FE. RGB value is (164,50,254). Sum of RGB (Red+Green+Blue) = 164+50+254=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #A432FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A432FE is #5BCD01. Grayscale: #6A6A6A. Windows color (decimal): -6016258 or 16659108. OLE color: 16659108.
HSL color Cylindrical-coordinate representation of color #A432FE: hue angle of 273.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A432FE is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 50 | 254 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.00 |
| HSL | 273.53º | 0.99% | 0.6% | - |
| HSV(B) | 273.53º | 0.8% | 1% | - |
| XYZ | 34.34 | 17.33 | 95.3 | - |
| YUV | 107.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 254 | 0.35 | 0.80 | 0 | 0.00 | 273.53 | 0.99 | 0.6 |
| Hex | A4 | 32 | FE | 23 | 50 | 0 | 0 | 112 | 63 | 3C |
| Octal | 244 | 62 | 376 | 43 | 120 | 0 | 0 | 422 | 143 | 74 |
| Binary | 10100100 | 110010 | 11111110 | 100011 | 1010000 | 0 | 0 | 100010010 | 1100011 | 111100 |
Color Harmonies of #A432FE
Complementary color
Monochromatic Colors of #A432FE
Black with #A432FE
Text Example
Text Example
White with #A432FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A432FE; }
p { color: rgb(164,50,254); }
H1.HeaderClassName
{
color: #A432FE;
}
.AnyTagClassName
{
color: #A432FE;
}
</style>
background-color css
<style>
a { background-color: #A432FE; }
a { background-color: rgb(164,50,254); }
div.DivClassName
{
background-color: #A432FE;
}
.BgClassName
{
background-color: #A432FE;
}
</style>
border-color css
<style>
span { border-color: #A432FE; }
span { border-color: rgb(164,50,254); }
td.TdClassName
{
border-color: #A432FE;
}
.TagClassName
{
border-color: #A432FE;
}
</style>