Shades of Vivid Violet #A02CA4
Tints of Vivid Violet #A02CA4
RGB
CMYK
RGB Variations
Color information
#A02CA4 (or 0xA02CA4) is known color: Vivid Violet. HEX triplet: A0, 2C and A4. RGB value is (160,44,164). Sum of RGB (Red+Green+Blue) = 160+44+164=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #A02CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02CA4 is #5FD35B. Grayscale: #5C5C5C. Windows color (decimal): -6280028 or 10759328. OLE color: 10759328.
HSL color Cylindrical-coordinate representation of color #A02CA4: hue angle of 298º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02CA4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 44 | 164 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.36 |
| HSL | 298º | 0.58% | 0.41% | - |
| HSV(B) | 298º | 0.73% | 0.64% | - |
| XYZ | 22.1 | 11.96 | 36.26 | - |
| YUV | 92.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 164 | 0.02 | 0.73 | 0 | 0.36 | 298 | 0.58 | 0.41 |
| Hex | A0 | 2C | A4 | 2 | 49 | 0 | 24 | 12A | 3A | 29 |
| Octal | 240 | 54 | 244 | 2 | 111 | 0 | 44 | 452 | 72 | 51 |
| Binary | 10100000 | 101100 | 10100100 | 10 | 1001001 | 0 | 100100 | 100101010 | 111010 | 101001 |
Color Harmonies of #A02CA4
Complementary color
Monochromatic Colors of #A02CA4
Black with #A02CA4
Text Example
Text Example
White with #A02CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CA4; }
p { color: rgb(160,44,164); }
H1.HeaderClassName
{
color: #A02CA4;
}
.AnyTagClassName
{
color: #A02CA4;
}
</style>
background-color css
<style>
a { background-color: #A02CA4; }
a { background-color: rgb(160,44,164); }
div.DivClassName
{
background-color: #A02CA4;
}
.BgClassName
{
background-color: #A02CA4;
}
</style>
border-color css
<style>
span { border-color: #A02CA4; }
span { border-color: rgb(160,44,164); }
td.TdClassName
{
border-color: #A02CA4;
}
.TagClassName
{
border-color: #A02CA4;
}
</style>