Shades of Vivid Violet #A0269C
Tints of Vivid Violet #A0269C
RGB
CMYK
RGB Variations
Color information
#A0269C (or 0xA0269C) is known color: Vivid Violet. HEX triplet: A0, 26 and 9C. RGB value is (160,38,156). Sum of RGB (Red+Green+Blue) = 160+38+156=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0269C is #5FD963. Grayscale: #575757. Windows color (decimal): -6281572 or 10233504. OLE color: 10233504.
HSL color Cylindrical-coordinate representation of color #A0269C: hue angle of 301.97º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0269C is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 156 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.37 |
| HSL | 301.97º | 0.62% | 0.39% | - |
| HSV(B) | 301.97º | 0.76% | 0.63% | - |
| XYZ | 21.19 | 11.26 | 32.51 | - |
| YUV | 87.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 156 | 0 | 0.76 | 0.02 | 0.37 | 301.97 | 0.62 | 0.39 |
| Hex | A0 | 26 | 9C | 0 | 4C | 2 | 25 | 12E | 3E | 27 |
| Octal | 240 | 46 | 234 | 0 | 114 | 2 | 45 | 456 | 76 | 47 |
| Binary | 10100000 | 100110 | 10011100 | 0 | 1001100 | 10 | 100101 | 100101110 | 111110 | 100111 |
Color Harmonies of #A0269C
Complementary color
Monochromatic Colors of #A0269C
Black with #A0269C
Text Example
Text Example
White with #A0269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0269C; }
p { color: rgb(160,38,156); }
H1.HeaderClassName
{
color: #A0269C;
}
.AnyTagClassName
{
color: #A0269C;
}
</style>
background-color css
<style>
a { background-color: #A0269C; }
a { background-color: rgb(160,38,156); }
div.DivClassName
{
background-color: #A0269C;
}
.BgClassName
{
background-color: #A0269C;
}
</style>
border-color css
<style>
span { border-color: #A0269C; }
span { border-color: rgb(160,38,156); }
td.TdClassName
{
border-color: #A0269C;
}
.TagClassName
{
border-color: #A0269C;
}
</style>