Shades of Blue Violet #A834ED
Tints of Blue Violet #A834ED
RGB
CMYK
RGB Variations
Color information
#A834ED (or 0xA834ED) is known color: Blue Violet. HEX triplet: A8, 34 and ED. RGB value is (168,52,237). Sum of RGB (Red+Green+Blue) = 168+52+237=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #A834ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834ED is #57CB12. Grayscale: #6B6B6B. Windows color (decimal): -5753619 or 15545512. OLE color: 15545512.
HSL color Cylindrical-coordinate representation of color #A834ED: 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 #A834ED is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 52 | 237 | - |
CMYK | 0.29 | 0.78 | 0 | 0.07 |
HSL | 277.62º | 0.84% | 0.57% | - |
HSV(B) | 277.62º | 0.78% | 0.93% | - |
XYZ | 32.66 | 16.9 | 81.66 | - |
YUV | 107.77 | 200.93 | 170.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 52 | 237 | 0.29 | 0.78 | 0 | 0.07 | 277.62 | 0.84 | 0.57 |
Hex | A8 | 34 | ED | 1D | 4E | 0 | 7 | 116 | 54 | 39 |
Octal | 250 | 64 | 355 | 35 | 116 | 0 | 7 | 426 | 124 | 71 |
Binary | 10101000 | 110100 | 11101101 | 11101 | 1001110 | 0 | 111 | 100010110 | 1010100 | 111001 |
Color Harmonies of #A834ED
Complementary color
Monochromatic Colors of #A834ED
Black with #A834ED
Text Example
Text Example
White with #A834ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834ED; }
p { color: rgb(168,52,237); }
H1.HeaderClassName
{
color: #A834ED;
}
.AnyTagClassName
{
color: #A834ED;
}
</style>
background-color css
<style>
a { background-color: #A834ED; }
a { background-color: rgb(168,52,237); }
div.DivClassName
{
background-color: #A834ED;
}
.BgClassName
{
background-color: #A834ED;
}
</style>
border-color css
<style>
span { border-color: #A834ED; }
span { border-color: rgb(168,52,237); }
td.TdClassName
{
border-color: #A834ED;
}
.TagClassName
{
border-color: #A834ED;
}
</style>