Shades of Violet Blue #A3629F
Tints of Violet Blue #A3629F
RGB
CMYK
RGB Variations
Color information
#A3629F (or 0xA3629F) is known color: Violet Blue. HEX triplet: A3, 62 and 9F. RGB value is (163,98,159). Sum of RGB (Red+Green+Blue) = 163+98+159=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3629F is #5C9D60. Grayscale: #7C7C7C. Windows color (decimal): -6069601 or 10445475. OLE color: 10445475.
HSL color Cylindrical-coordinate representation of color #A3629F: hue angle of 303.69º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3629F is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 159 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.36 |
| HSL | 303.69º | 0.26% | 0.51% | - |
| HSV(B) | 303.69º | 0.4% | 0.64% | - |
| XYZ | 25.73 | 19.03 | 35.12 | - |
| YUV | 124.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 159 | 0 | 0.40 | 0.02 | 0.36 | 303.69 | 0.26 | 0.51 |
| Hex | A3 | 62 | 9F | 0 | 28 | 2 | 24 | 130 | 1A | 33 |
| Octal | 243 | 142 | 237 | 0 | 50 | 2 | 44 | 460 | 32 | 63 |
| Binary | 10100011 | 1100010 | 10011111 | 0 | 101000 | 10 | 100100 | 100110000 | 11010 | 110011 |
Color Harmonies of #A3629F
Complementary color
Monochromatic Colors of #A3629F
Black with #A3629F
Text Example
Text Example
White with #A3629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3629F; }
p { color: rgb(163,98,159); }
H1.HeaderClassName
{
color: #A3629F;
}
.AnyTagClassName
{
color: #A3629F;
}
</style>
background-color css
<style>
a { background-color: #A3629F; }
a { background-color: rgb(163,98,159); }
div.DivClassName
{
background-color: #A3629F;
}
.BgClassName
{
background-color: #A3629F;
}
</style>
border-color css
<style>
span { border-color: #A3629F; }
span { border-color: rgb(163,98,159); }
td.TdClassName
{
border-color: #A3629F;
}
.TagClassName
{
border-color: #A3629F;
}
</style>