Shades of Blue Violet #A532FE
Tints of Blue Violet #A532FE
RGB
CMYK
RGB Variations
Color information
#A532FE (or 0xA532FE) is known color: Blue Violet. HEX triplet: A5, 32 and FE. RGB value is (165,50,254). Sum of RGB (Red+Green+Blue) = 165+50+254=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #A532FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A532FE is #5ACD01. Grayscale: #6A6A6A. Windows color (decimal): -5950722 or 16659109. OLE color: 16659109.
HSL color Cylindrical-coordinate representation of color #A532FE: hue angle of 273.82º 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 #A532FE is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 50 | 254 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.00 |
| HSL | 273.82º | 0.99% | 0.6% | - |
| HSV(B) | 273.82º | 0.8% | 1% | - |
| XYZ | 34.55 | 17.44 | 95.31 | - |
| YUV | 107.64 | 210.6 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 254 | 0.35 | 0.80 | 0 | 0.00 | 273.82 | 0.99 | 0.6 |
| Hex | A5 | 32 | FE | 23 | 50 | 0 | 0 | 112 | 63 | 3C |
| Octal | 245 | 62 | 376 | 43 | 120 | 0 | 0 | 422 | 143 | 74 |
| Binary | 10100101 | 110010 | 11111110 | 100011 | 1010000 | 0 | 0 | 100010010 | 1100011 | 111100 |
Color Harmonies of #A532FE
Complementary color
Monochromatic Colors of #A532FE
Black with #A532FE
Text Example
Text Example
White with #A532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532FE; }
p { color: rgb(165,50,254); }
H1.HeaderClassName
{
color: #A532FE;
}
.AnyTagClassName
{
color: #A532FE;
}
</style>
background-color css
<style>
a { background-color: #A532FE; }
a { background-color: rgb(165,50,254); }
div.DivClassName
{
background-color: #A532FE;
}
.BgClassName
{
background-color: #A532FE;
}
</style>
border-color css
<style>
span { border-color: #A532FE; }
span { border-color: rgb(165,50,254); }
td.TdClassName
{
border-color: #A532FE;
}
.TagClassName
{
border-color: #A532FE;
}
</style>