Shades of Blue Violet #A435ED
Tints of Blue Violet #A435ED
RGB
CMYK
RGB Variations
Color information
#A435ED (or 0xA435ED) is known color: Blue Violet. HEX triplet: A4, 35 and ED. RGB value is (164,53,237). Sum of RGB (Red+Green+Blue) = 164+53+237=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #A435ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A435ED is #5BCA12. Grayscale: #6A6A6A. Windows color (decimal): -6015507 or 15545764. OLE color: 15545764.
HSL color Cylindrical-coordinate representation of color #A435ED: hue angle of 276.2º 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 #A435ED is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 53 | 237 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.2º | 0.84% | 0.57% | - |
| HSV(B) | 276.2º | 0.78% | 0.93% | - |
| XYZ | 31.87 | 16.55 | 81.64 | - |
| YUV | 107.17 | 201.27 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 237 | 0.31 | 0.78 | 0 | 0.07 | 276.2 | 0.84 | 0.57 |
| Hex | A4 | 35 | ED | 1F | 4E | 0 | 7 | 114 | 54 | 39 |
| Octal | 244 | 65 | 355 | 37 | 116 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100100 | 110101 | 11101101 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A435ED
Complementary color
Monochromatic Colors of #A435ED
Black with #A435ED
Text Example
Text Example
White with #A435ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A435ED; }
p { color: rgb(164,53,237); }
H1.HeaderClassName
{
color: #A435ED;
}
.AnyTagClassName
{
color: #A435ED;
}
</style>
background-color css
<style>
a { background-color: #A435ED; }
a { background-color: rgb(164,53,237); }
div.DivClassName
{
background-color: #A435ED;
}
.BgClassName
{
background-color: #A435ED;
}
</style>
border-color css
<style>
span { border-color: #A435ED; }
span { border-color: rgb(164,53,237); }
td.TdClassName
{
border-color: #A435ED;
}
.TagClassName
{
border-color: #A435ED;
}
</style>