Shades of Violet Blue #A838AD
Tints of Violet Blue #A838AD
RGB
CMYK
RGB Variations
Color information
#A838AD (or 0xA838AD) is known color: Violet Blue. HEX triplet: A8, 38 and AD. RGB value is (168,56,173). Sum of RGB (Red+Green+Blue) = 168+56+173=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #A838AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A838AD is #57C752. Grayscale: #666666. Windows color (decimal): -5752659 or 11352232. OLE color: 11352232.
HSL color Cylindrical-coordinate representation of color #A838AD: hue angle of 297.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A838AD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 56 | 173 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.32 |
| HSL | 297.44º | 0.51% | 0.45% | - |
| HSV(B) | 297.44º | 0.68% | 0.68% | - |
| XYZ | 25.11 | 14.17 | 40.95 | - |
| YUV | 102.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 173 | 0.03 | 0.68 | 0 | 0.32 | 297.44 | 0.51 | 0.45 |
| Hex | A8 | 38 | AD | 3 | 44 | 0 | 20 | 129 | 33 | 2D |
| Octal | 250 | 70 | 255 | 3 | 104 | 0 | 40 | 451 | 63 | 55 |
| Binary | 10101000 | 111000 | 10101101 | 11 | 1000100 | 0 | 100000 | 100101001 | 110011 | 101101 |
Color Harmonies of #A838AD
Complementary color
Monochromatic Colors of #A838AD
Black with #A838AD
Text Example
Text Example
White with #A838AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838AD; }
p { color: rgb(168,56,173); }
H1.HeaderClassName
{
color: #A838AD;
}
.AnyTagClassName
{
color: #A838AD;
}
</style>
background-color css
<style>
a { background-color: #A838AD; }
a { background-color: rgb(168,56,173); }
div.DivClassName
{
background-color: #A838AD;
}
.BgClassName
{
background-color: #A838AD;
}
</style>
border-color css
<style>
span { border-color: #A838AD; }
span { border-color: rgb(168,56,173); }
td.TdClassName
{
border-color: #A838AD;
}
.TagClassName
{
border-color: #A838AD;
}
</style>