Shades of Vivid Violet #A3259C
Tints of Vivid Violet #A3259C
RGB
CMYK
RGB Variations
Color information
#A3259C (or 0xA3259C) is known color: Vivid Violet. HEX triplet: A3, 25 and 9C. RGB value is (163,37,156). Sum of RGB (Red+Green+Blue) = 163+37+156=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3259C is #5CDA63. Grayscale: #575757. Windows color (decimal): -6085220 or 10233251. OLE color: 10233251.
HSL color Cylindrical-coordinate representation of color #A3259C: hue angle of 303.33º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3259C is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 156 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.36 |
| HSL | 303.33º | 0.63% | 0.39% | - |
| HSV(B) | 303.33º | 0.77% | 0.64% | - |
| XYZ | 21.77 | 11.51 | 32.53 | - |
| YUV | 88.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 156 | 0 | 0.77 | 0.04 | 0.36 | 303.33 | 0.63 | 0.39 |
| Hex | A3 | 25 | 9C | 0 | 4D | 4 | 24 | 12F | 3F | 27 |
| Octal | 243 | 45 | 234 | 0 | 115 | 4 | 44 | 457 | 77 | 47 |
| Binary | 10100011 | 100101 | 10011100 | 0 | 1001101 | 100 | 100100 | 100101111 | 111111 | 100111 |
Color Harmonies of #A3259C
Complementary color
Monochromatic Colors of #A3259C
Black with #A3259C
Text Example
Text Example
White with #A3259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3259C; }
p { color: rgb(163,37,156); }
H1.HeaderClassName
{
color: #A3259C;
}
.AnyTagClassName
{
color: #A3259C;
}
</style>
background-color css
<style>
a { background-color: #A3259C; }
a { background-color: rgb(163,37,156); }
div.DivClassName
{
background-color: #A3259C;
}
.BgClassName
{
background-color: #A3259C;
}
</style>
border-color css
<style>
span { border-color: #A3259C; }
span { border-color: rgb(163,37,156); }
td.TdClassName
{
border-color: #A3259C;
}
.TagClassName
{
border-color: #A3259C;
}
</style>