Shades of Blue Violet #A434ED
Tints of Blue Violet #A434ED
RGB
CMYK
RGB Variations
Color information
#A434ED (or 0xA434ED) is known color: Blue Violet. HEX triplet: A4, 34 and ED. RGB value is (164,52,237). Sum of RGB (Red+Green+Blue) = 164+52+237=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A434ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434ED is #5BCB12. Grayscale: #696969. Windows color (decimal): -6015763 or 15545508. OLE color: 15545508.
HSL color Cylindrical-coordinate representation of color #A434ED: hue angle of 276.32º 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 #A434ED is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 52 | 237 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.32º | 0.84% | 0.57% | - |
| HSV(B) | 276.32º | 0.78% | 0.93% | - |
| XYZ | 31.82 | 16.46 | 81.62 | - |
| YUV | 106.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 237 | 0.31 | 0.78 | 0 | 0.07 | 276.32 | 0.84 | 0.57 |
| Hex | A4 | 34 | ED | 1F | 4E | 0 | 7 | 114 | 54 | 39 |
| Octal | 244 | 64 | 355 | 37 | 116 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100100 | 110100 | 11101101 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A434ED
Complementary color
Monochromatic Colors of #A434ED
Black with #A434ED
Text Example
Text Example
White with #A434ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434ED; }
p { color: rgb(164,52,237); }
H1.HeaderClassName
{
color: #A434ED;
}
.AnyTagClassName
{
color: #A434ED;
}
</style>
background-color css
<style>
a { background-color: #A434ED; }
a { background-color: rgb(164,52,237); }
div.DivClassName
{
background-color: #A434ED;
}
.BgClassName
{
background-color: #A434ED;
}
</style>
border-color css
<style>
span { border-color: #A434ED; }
span { border-color: rgb(164,52,237); }
td.TdClassName
{
border-color: #A434ED;
}
.TagClassName
{
border-color: #A434ED;
}
</style>