Shades of Blue Violet #A935FE
Tints of Blue Violet #A935FE
RGB
CMYK
RGB Variations
Color information
#A935FE (or 0xA935FE) is known color: Blue Violet. HEX triplet: A9, 35 and FE. RGB value is (169,53,254). Sum of RGB (Red+Green+Blue) = 169+53+254=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #A935FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935FE is #56CA01. Grayscale: #6D6D6D. Windows color (decimal): -5687810 or 16659881. OLE color: 16659881.
HSL color Cylindrical-coordinate representation of color #A935FE: hue angle of 274.63º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A935FE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 53 | 254 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.00 |
| HSL | 274.63º | 0.99% | 0.6% | - |
| HSV(B) | 274.63º | 0.79% | 1% | - |
| XYZ | 35.52 | 18.14 | 95.39 | - |
| YUV | 110.6 | 208.93 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 254 | 0.33 | 0.79 | 0 | 0.00 | 274.63 | 0.99 | 0.6 |
| Hex | A9 | 35 | FE | 21 | 4F | 0 | 0 | 113 | 63 | 3C |
| Octal | 251 | 65 | 376 | 41 | 117 | 0 | 0 | 423 | 143 | 74 |
| Binary | 10101001 | 110101 | 11111110 | 100001 | 1001111 | 0 | 0 | 100010011 | 1100011 | 111100 |
Color Harmonies of #A935FE
Complementary color
Monochromatic Colors of #A935FE
Black with #A935FE
Text Example
Text Example
White with #A935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935FE; }
p { color: rgb(169,53,254); }
H1.HeaderClassName
{
color: #A935FE;
}
.AnyTagClassName
{
color: #A935FE;
}
</style>
background-color css
<style>
a { background-color: #A935FE; }
a { background-color: rgb(169,53,254); }
div.DivClassName
{
background-color: #A935FE;
}
.BgClassName
{
background-color: #A935FE;
}
</style>
border-color css
<style>
span { border-color: #A935FE; }
span { border-color: rgb(169,53,254); }
td.TdClassName
{
border-color: #A935FE;
}
.TagClassName
{
border-color: #A935FE;
}
</style>