Shades of Violet Blue #A853B2
Tints of Violet Blue #A853B2
RGB
CMYK
RGB Variations
Color information
#A853B2 (or 0xA853B2) is known color: Violet Blue. HEX triplet: A8, 53 and B2. RGB value is (168,83,178). Sum of RGB (Red+Green+Blue) = 168+83+178=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #A853B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853B2 is #57AC4D. Grayscale: #767676. Windows color (decimal): -5745742 or 11686824. OLE color: 11686824.
HSL color Cylindrical-coordinate representation of color #A853B2: hue angle of 293.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A853B2 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 83 | 178 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.30 |
| HSL | 293.68º | 0.38% | 0.51% | - |
| HSV(B) | 293.68º | 0.53% | 0.7% | - |
| XYZ | 27.28 | 17.73 | 44.1 | - |
| YUV | 119.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 178 | 0.06 | 0.53 | 0 | 0.30 | 293.68 | 0.38 | 0.51 |
| Hex | A8 | 53 | B2 | 6 | 35 | 0 | 1E | 126 | 26 | 33 |
| Octal | 250 | 123 | 262 | 6 | 65 | 0 | 36 | 446 | 46 | 63 |
| Binary | 10101000 | 1010011 | 10110010 | 110 | 110101 | 0 | 11110 | 100100110 | 100110 | 110011 |
Color Harmonies of #A853B2
Complementary color
Monochromatic Colors of #A853B2
Black with #A853B2
Text Example
Text Example
White with #A853B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853B2; }
p { color: rgb(168,83,178); }
H1.HeaderClassName
{
color: #A853B2;
}
.AnyTagClassName
{
color: #A853B2;
}
</style>
background-color css
<style>
a { background-color: #A853B2; }
a { background-color: rgb(168,83,178); }
div.DivClassName
{
background-color: #A853B2;
}
.BgClassName
{
background-color: #A853B2;
}
</style>
border-color css
<style>
span { border-color: #A853B2; }
span { border-color: rgb(168,83,178); }
td.TdClassName
{
border-color: #A853B2;
}
.TagClassName
{
border-color: #A853B2;
}
</style>