Shades of Vivid Violet #A235A5
Tints of Vivid Violet #A235A5
RGB
CMYK
RGB Variations
Color information
#A235A5 (or 0xA235A5) is known color: Vivid Violet. HEX triplet: A2, 35 and A5. RGB value is (162,53,165). Sum of RGB (Red+Green+Blue) = 162+53+165=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #A235A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235A5 is #5DCA5A. Grayscale: #626262. Windows color (decimal): -6146651 or 10827170. OLE color: 10827170.
HSL color Cylindrical-coordinate representation of color #A235A5: hue angle of 298.39º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A235A5 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 53 | 165 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.35 |
| HSL | 298.39º | 0.51% | 0.43% | - |
| HSV(B) | 298.39º | 0.68% | 0.65% | - |
| XYZ | 22.96 | 12.94 | 36.89 | - |
| YUV | 98.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 165 | 0.02 | 0.68 | 0 | 0.35 | 298.39 | 0.51 | 0.43 |
| Hex | A2 | 35 | A5 | 2 | 44 | 0 | 23 | 12A | 33 | 2B |
| Octal | 242 | 65 | 245 | 2 | 104 | 0 | 43 | 452 | 63 | 53 |
| Binary | 10100010 | 110101 | 10100101 | 10 | 1000100 | 0 | 100011 | 100101010 | 110011 | 101011 |
Color Harmonies of #A235A5
Complementary color
Monochromatic Colors of #A235A5
Black with #A235A5
Text Example
Text Example
White with #A235A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235A5; }
p { color: rgb(162,53,165); }
H1.HeaderClassName
{
color: #A235A5;
}
.AnyTagClassName
{
color: #A235A5;
}
</style>
background-color css
<style>
a { background-color: #A235A5; }
a { background-color: rgb(162,53,165); }
div.DivClassName
{
background-color: #A235A5;
}
.BgClassName
{
background-color: #A235A5;
}
</style>
border-color css
<style>
span { border-color: #A235A5; }
span { border-color: rgb(162,53,165); }
td.TdClassName
{
border-color: #A235A5;
}
.TagClassName
{
border-color: #A235A5;
}
</style>