Shades of Vivid Violet #A233A0
Tints of Vivid Violet #A233A0
RGB
CMYK
RGB Variations
Color information
#A233A0 (or 0xA233A0) is known color: Vivid Violet. HEX triplet: A2, 33 and A0. RGB value is (162,51,160). Sum of RGB (Red+Green+Blue) = 162+51+160=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A233A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A233A0 is #5DCC5F. Grayscale: #606060. Windows color (decimal): -6147168 or 10498978. OLE color: 10498978.
HSL color Cylindrical-coordinate representation of color #A233A0: hue angle of 301.08º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A233A0 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 160 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.36 |
| HSL | 301.08º | 0.52% | 0.42% | - |
| HSV(B) | 301.08º | 0.69% | 0.64% | - |
| XYZ | 22.43 | 12.59 | 34.51 | - |
| YUV | 96.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 160 | 0 | 0.69 | 0.01 | 0.36 | 301.08 | 0.52 | 0.42 |
| Hex | A2 | 33 | A0 | 0 | 45 | 1 | 24 | 12D | 34 | 2A |
| Octal | 242 | 63 | 240 | 0 | 105 | 1 | 44 | 455 | 64 | 52 |
| Binary | 10100010 | 110011 | 10100000 | 0 | 1000101 | 1 | 100100 | 100101101 | 110100 | 101010 |
Color Harmonies of #A233A0
Complementary color
Monochromatic Colors of #A233A0
Black with #A233A0
Text Example
Text Example
White with #A233A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233A0; }
p { color: rgb(162,51,160); }
H1.HeaderClassName
{
color: #A233A0;
}
.AnyTagClassName
{
color: #A233A0;
}
</style>
background-color css
<style>
a { background-color: #A233A0; }
a { background-color: rgb(162,51,160); }
div.DivClassName
{
background-color: #A233A0;
}
.BgClassName
{
background-color: #A233A0;
}
</style>
border-color css
<style>
span { border-color: #A233A0; }
span { border-color: rgb(162,51,160); }
td.TdClassName
{
border-color: #A233A0;
}
.TagClassName
{
border-color: #A233A0;
}
</style>