Shades of Blue Violet #A935EE
Tints of Blue Violet #A935EE
RGB
CMYK
RGB Variations
Color information
#A935EE (or 0xA935EE) is known color: Blue Violet. HEX triplet: A9, 35 and EE. RGB value is (169,53,238). Sum of RGB (Red+Green+Blue) = 169+53+238=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #A935EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935EE is #56CA11. Grayscale: #6C6C6C. Windows color (decimal): -5687826 or 15611305. OLE color: 15611305.
HSL color Cylindrical-coordinate representation of color #A935EE: hue angle of 277.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A935EE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 53 | 238 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.07 |
| HSL | 277.62º | 0.84% | 0.57% | - |
| HSV(B) | 277.62º | 0.78% | 0.93% | - |
| XYZ | 33.07 | 17.15 | 82.46 | - |
| YUV | 108.77 | 200.93 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 238 | 0.29 | 0.78 | 0 | 0.07 | 277.62 | 0.84 | 0.57 |
| Hex | A9 | 35 | EE | 1D | 4E | 0 | 7 | 116 | 54 | 39 |
| Octal | 251 | 65 | 356 | 35 | 116 | 0 | 7 | 426 | 124 | 71 |
| Binary | 10101001 | 110101 | 11101110 | 11101 | 1001110 | 0 | 111 | 100010110 | 1010100 | 111001 |
Color Harmonies of #A935EE
Complementary color
Monochromatic Colors of #A935EE
Black with #A935EE
Text Example
Text Example
White with #A935EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935EE; }
p { color: rgb(169,53,238); }
H1.HeaderClassName
{
color: #A935EE;
}
.AnyTagClassName
{
color: #A935EE;
}
</style>
background-color css
<style>
a { background-color: #A935EE; }
a { background-color: rgb(169,53,238); }
div.DivClassName
{
background-color: #A935EE;
}
.BgClassName
{
background-color: #A935EE;
}
</style>
border-color css
<style>
span { border-color: #A935EE; }
span { border-color: rgb(169,53,238); }
td.TdClassName
{
border-color: #A935EE;
}
.TagClassName
{
border-color: #A935EE;
}
</style>