Shades of Violet Blue #A838AB
Tints of Violet Blue #A838AB
RGB
CMYK
RGB Variations
Color information
#A838AB (or 0xA838AB) is known color: Violet Blue. HEX triplet: A8, 38 and AB. RGB value is (168,56,171). Sum of RGB (Red+Green+Blue) = 168+56+171=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A838AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A838AB is #57C754. Grayscale: #666666. Windows color (decimal): -5752661 or 11221160. OLE color: 11221160.
HSL color Cylindrical-coordinate representation of color #A838AB: hue angle of 298.43º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A838AB is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 56 | 171 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.33 |
| HSL | 298.43º | 0.51% | 0.45% | - |
| HSV(B) | 298.43º | 0.67% | 0.67% | - |
| XYZ | 24.91 | 14.09 | 39.94 | - |
| YUV | 102.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 171 | 0.02 | 0.67 | 0 | 0.33 | 298.43 | 0.51 | 0.45 |
| Hex | A8 | 38 | AB | 2 | 43 | 0 | 21 | 12A | 33 | 2D |
| Octal | 250 | 70 | 253 | 2 | 103 | 0 | 41 | 452 | 63 | 55 |
| Binary | 10101000 | 111000 | 10101011 | 10 | 1000011 | 0 | 100001 | 100101010 | 110011 | 101101 |
Color Harmonies of #A838AB
Complementary color
Monochromatic Colors of #A838AB
Black with #A838AB
Text Example
Text Example
White with #A838AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838AB; }
p { color: rgb(168,56,171); }
H1.HeaderClassName
{
color: #A838AB;
}
.AnyTagClassName
{
color: #A838AB;
}
</style>
background-color css
<style>
a { background-color: #A838AB; }
a { background-color: rgb(168,56,171); }
div.DivClassName
{
background-color: #A838AB;
}
.BgClassName
{
background-color: #A838AB;
}
</style>
border-color css
<style>
span { border-color: #A838AB; }
span { border-color: rgb(168,56,171); }
td.TdClassName
{
border-color: #A838AB;
}
.TagClassName
{
border-color: #A838AB;
}
</style>