Shades of Vivid Violet #A228A5
Tints of Vivid Violet #A228A5
RGB
CMYK
RGB Variations
Color information
#A228A5 (or 0xA228A5) is known color: Vivid Violet. HEX triplet: A2, 28 and A5. RGB value is (162,40,165). Sum of RGB (Red+Green+Blue) = 162+40+165=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #A228A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228A5 is #5DD75A. Grayscale: #5A5A5A. Windows color (decimal): -6149979 or 10823842. OLE color: 10823842.
HSL color Cylindrical-coordinate representation of color #A228A5: hue angle of 298.56º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A228A5 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 40 | 165 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.35 |
| HSL | 298.56º | 0.61% | 0.4% | - |
| HSV(B) | 298.56º | 0.76% | 0.65% | - |
| XYZ | 22.45 | 11.92 | 36.71 | - |
| YUV | 90.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 165 | 0.02 | 0.76 | 0 | 0.35 | 298.56 | 0.61 | 0.4 |
| Hex | A2 | 28 | A5 | 2 | 4C | 0 | 23 | 12B | 3D | 28 |
| Octal | 242 | 50 | 245 | 2 | 114 | 0 | 43 | 453 | 75 | 50 |
| Binary | 10100010 | 101000 | 10100101 | 10 | 1001100 | 0 | 100011 | 100101011 | 111101 | 101000 |
Color Harmonies of #A228A5
Complementary color
Monochromatic Colors of #A228A5
Black with #A228A5
Text Example
Text Example
White with #A228A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228A5; }
p { color: rgb(162,40,165); }
H1.HeaderClassName
{
color: #A228A5;
}
.AnyTagClassName
{
color: #A228A5;
}
</style>
background-color css
<style>
a { background-color: #A228A5; }
a { background-color: rgb(162,40,165); }
div.DivClassName
{
background-color: #A228A5;
}
.BgClassName
{
background-color: #A228A5;
}
</style>
border-color css
<style>
span { border-color: #A228A5; }
span { border-color: rgb(162,40,165); }
td.TdClassName
{
border-color: #A228A5;
}
.TagClassName
{
border-color: #A228A5;
}
</style>