Shades of Violet Blue #A339A8
Tints of Violet Blue #A339A8
RGB
CMYK
RGB Variations
Color information
#A339A8 (or 0xA339A8) is known color: Violet Blue. HEX triplet: A3, 39 and A8. RGB value is (163,57,168). Sum of RGB (Red+Green+Blue) = 163+57+168=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 168 - color contains mainly: blue. Hex color #A339A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A339A8 is #5CC657. Grayscale: #656565. Windows color (decimal): -6080088 or 11024803. OLE color: 11024803.
HSL color Cylindrical-coordinate representation of color #A339A8: hue angle of 297.3º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A339A8 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 57 | 168 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.34 |
| HSL | 297.3º | 0.49% | 0.44% | - |
| HSV(B) | 297.3º | 0.66% | 0.66% | - |
| XYZ | 23.64 | 13.54 | 38.41 | - |
| YUV | 101.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 168 | 0.03 | 0.66 | 0 | 0.34 | 297.3 | 0.49 | 0.44 |
| Hex | A3 | 39 | A8 | 3 | 42 | 0 | 22 | 129 | 31 | 2C |
| Octal | 243 | 71 | 250 | 3 | 102 | 0 | 42 | 451 | 61 | 54 |
| Binary | 10100011 | 111001 | 10101000 | 11 | 1000010 | 0 | 100010 | 100101001 | 110001 | 101100 |
Color Harmonies of #A339A8
Complementary color
Monochromatic Colors of #A339A8
Black with #A339A8
Text Example
Text Example
White with #A339A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339A8; }
p { color: rgb(163,57,168); }
H1.HeaderClassName
{
color: #A339A8;
}
.AnyTagClassName
{
color: #A339A8;
}
</style>
background-color css
<style>
a { background-color: #A339A8; }
a { background-color: rgb(163,57,168); }
div.DivClassName
{
background-color: #A339A8;
}
.BgClassName
{
background-color: #A339A8;
}
</style>
border-color css
<style>
span { border-color: #A339A8; }
span { border-color: rgb(163,57,168); }
td.TdClassName
{
border-color: #A339A8;
}
.TagClassName
{
border-color: #A339A8;
}
</style>