Shades of Blue Violet #A335EE
Tints of Blue Violet #A335EE
RGB
CMYK
RGB Variations
Color information
#A335EE (or 0xA335EE) is known color: Blue Violet. HEX triplet: A3, 35 and EE. RGB value is (163,53,238). Sum of RGB (Red+Green+Blue) = 163+53+238=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #A335EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A335EE is #5CCA11. Grayscale: #6A6A6A. Windows color (decimal): -6081042 or 15611299. OLE color: 15611299.
HSL color Cylindrical-coordinate representation of color #A335EE: hue angle of 275.68º 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 #A335EE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 53 | 238 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.07 |
| HSL | 275.68º | 0.84% | 0.57% | - |
| HSV(B) | 275.68º | 0.78% | 0.93% | - |
| XYZ | 31.81 | 16.51 | 82.4 | - |
| YUV | 106.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 238 | 0.32 | 0.78 | 0 | 0.07 | 275.68 | 0.84 | 0.57 |
| Hex | A3 | 35 | EE | 20 | 4E | 0 | 7 | 114 | 54 | 39 |
| Octal | 243 | 65 | 356 | 40 | 116 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100011 | 110101 | 11101110 | 100000 | 1001110 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A335EE
Complementary color
Monochromatic Colors of #A335EE
Black with #A335EE
Text Example
Text Example
White with #A335EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A335EE; }
p { color: rgb(163,53,238); }
H1.HeaderClassName
{
color: #A335EE;
}
.AnyTagClassName
{
color: #A335EE;
}
</style>
background-color css
<style>
a { background-color: #A335EE; }
a { background-color: rgb(163,53,238); }
div.DivClassName
{
background-color: #A335EE;
}
.BgClassName
{
background-color: #A335EE;
}
</style>
border-color css
<style>
span { border-color: #A335EE; }
span { border-color: rgb(163,53,238); }
td.TdClassName
{
border-color: #A335EE;
}
.TagClassName
{
border-color: #A335EE;
}
</style>