Shades of Blue Violet #A733ED
Tints of Blue Violet #A733ED
RGB
CMYK
RGB Variations
Color information
#A733ED (or 0xA733ED) is known color: Blue Violet. HEX triplet: A7, 33 and ED. RGB value is (167,51,237). Sum of RGB (Red+Green+Blue) = 167+51+237=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #A733ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A733ED is #58CC12. Grayscale: #6A6A6A. Windows color (decimal): -5819411 or 15545255. OLE color: 15545255.
HSL color Cylindrical-coordinate representation of color #A733ED: hue angle of 277.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A733ED is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 51 | 237 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.07 |
| HSL | 277.42º | 0.84% | 0.56% | - |
| HSV(B) | 277.42º | 0.78% | 0.93% | - |
| XYZ | 32.41 | 16.7 | 81.64 | - |
| YUV | 106.89 | 201.43 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 237 | 0.30 | 0.78 | 0 | 0.07 | 277.42 | 0.84 | 0.56 |
| Hex | A7 | 33 | ED | 1E | 4E | 0 | 7 | 115 | 54 | 38 |
| Octal | 247 | 63 | 355 | 36 | 116 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100111 | 110011 | 11101101 | 11110 | 1001110 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A733ED
Complementary color
Monochromatic Colors of #A733ED
Black with #A733ED
Text Example
Text Example
White with #A733ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A733ED; }
p { color: rgb(167,51,237); }
H1.HeaderClassName
{
color: #A733ED;
}
.AnyTagClassName
{
color: #A733ED;
}
</style>
background-color css
<style>
a { background-color: #A733ED; }
a { background-color: rgb(167,51,237); }
div.DivClassName
{
background-color: #A733ED;
}
.BgClassName
{
background-color: #A733ED;
}
</style>
border-color css
<style>
span { border-color: #A733ED; }
span { border-color: rgb(167,51,237); }
td.TdClassName
{
border-color: #A733ED;
}
.TagClassName
{
border-color: #A733ED;
}
</style>