Shades of Vivid Violet #A02FA5
Tints of Vivid Violet #A02FA5
RGB
CMYK
RGB Variations
Color information
#A02FA5 (or 0xA02FA5) is known color: Vivid Violet. HEX triplet: A0, 2F and A5. RGB value is (160,47,165). Sum of RGB (Red+Green+Blue) = 160+47+165=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #A02FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02FA5 is #5FD05A. Grayscale: #5D5D5D. Windows color (decimal): -6279259 or 10825632. OLE color: 10825632.
HSL color Cylindrical-coordinate representation of color #A02FA5: hue angle of 297.46º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02FA5 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 47 | 165 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.35 |
| HSL | 297.46º | 0.56% | 0.42% | - |
| HSV(B) | 297.46º | 0.72% | 0.65% | - |
| XYZ | 22.31 | 12.22 | 36.78 | - |
| YUV | 94.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 165 | 0.03 | 0.72 | 0 | 0.35 | 297.46 | 0.56 | 0.42 |
| Hex | A0 | 2F | A5 | 3 | 48 | 0 | 23 | 129 | 38 | 2A |
| Octal | 240 | 57 | 245 | 3 | 110 | 0 | 43 | 451 | 70 | 52 |
| Binary | 10100000 | 101111 | 10100101 | 11 | 1001000 | 0 | 100011 | 100101001 | 111000 | 101010 |
Color Harmonies of #A02FA5
Complementary color
Monochromatic Colors of #A02FA5
Black with #A02FA5
Text Example
Text Example
White with #A02FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FA5; }
p { color: rgb(160,47,165); }
H1.HeaderClassName
{
color: #A02FA5;
}
.AnyTagClassName
{
color: #A02FA5;
}
</style>
background-color css
<style>
a { background-color: #A02FA5; }
a { background-color: rgb(160,47,165); }
div.DivClassName
{
background-color: #A02FA5;
}
.BgClassName
{
background-color: #A02FA5;
}
</style>
border-color css
<style>
span { border-color: #A02FA5; }
span { border-color: rgb(160,47,165); }
td.TdClassName
{
border-color: #A02FA5;
}
.TagClassName
{
border-color: #A02FA5;
}
</style>