Shades of Violet Blue #A3369F
Tints of Violet Blue #A3369F
RGB
CMYK
RGB Variations
Color information
#A3369F (or 0xA3369F) is known color: Violet Blue. HEX triplet: A3, 36 and 9F. RGB value is (163,54,159). Sum of RGB (Red+Green+Blue) = 163+54+159=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3369F is #5CC960. Grayscale: #626262. Windows color (decimal): -6080865 or 10434211. OLE color: 10434211.
HSL color Cylindrical-coordinate representation of color #A3369F: hue angle of 302.2º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3369F is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 159 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.36 |
| HSL | 302.2º | 0.5% | 0.43% | - |
| HSV(B) | 302.2º | 0.67% | 0.64% | - |
| XYZ | 22.68 | 12.93 | 34.1 | - |
| YUV | 98.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 159 | 0 | 0.67 | 0.02 | 0.36 | 302.2 | 0.5 | 0.43 |
| Hex | A3 | 36 | 9F | 0 | 43 | 2 | 24 | 12E | 32 | 2B |
| Octal | 243 | 66 | 237 | 0 | 103 | 2 | 44 | 456 | 62 | 53 |
| Binary | 10100011 | 110110 | 10011111 | 0 | 1000011 | 10 | 100100 | 100101110 | 110010 | 101011 |
Color Harmonies of #A3369F
Complementary color
Monochromatic Colors of #A3369F
Black with #A3369F
Text Example
Text Example
White with #A3369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3369F; }
p { color: rgb(163,54,159); }
H1.HeaderClassName
{
color: #A3369F;
}
.AnyTagClassName
{
color: #A3369F;
}
</style>
background-color css
<style>
a { background-color: #A3369F; }
a { background-color: rgb(163,54,159); }
div.DivClassName
{
background-color: #A3369F;
}
.BgClassName
{
background-color: #A3369F;
}
</style>
border-color css
<style>
span { border-color: #A3369F; }
span { border-color: rgb(163,54,159); }
td.TdClassName
{
border-color: #A3369F;
}
.TagClassName
{
border-color: #A3369F;
}
</style>