Shades of Violet Blue #A845A2
Tints of Violet Blue #A845A2
RGB
CMYK
RGB Variations
Color information
#A845A2 (or 0xA845A2) is known color: Violet Blue. HEX triplet: A8, 45 and A2. RGB value is (168,69,162). Sum of RGB (Red+Green+Blue) = 168+69+162=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A845A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A845A2 is #57BA5D. Grayscale: #6C6C6C. Windows color (decimal): -5749342 or 10634664. OLE color: 10634664.
HSL color Cylindrical-coordinate representation of color #A845A2: hue angle of 303.64º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A845A2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 162 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.34 |
| HSL | 303.64º | 0.42% | 0.46% | - |
| HSV(B) | 303.64º | 0.59% | 0.66% | - |
| XYZ | 24.8 | 15.19 | 35.81 | - |
| YUV | 109.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 162 | 0 | 0.59 | 0.04 | 0.34 | 303.64 | 0.42 | 0.46 |
| Hex | A8 | 45 | A2 | 0 | 3B | 4 | 22 | 130 | 2A | 2E |
| Octal | 250 | 105 | 242 | 0 | 73 | 4 | 42 | 460 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10100010 | 0 | 111011 | 100 | 100010 | 100110000 | 101010 | 101110 |
Color Harmonies of #A845A2
Complementary color
Monochromatic Colors of #A845A2
Black with #A845A2
Text Example
Text Example
White with #A845A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845A2; }
p { color: rgb(168,69,162); }
H1.HeaderClassName
{
color: #A845A2;
}
.AnyTagClassName
{
color: #A845A2;
}
</style>
background-color css
<style>
a { background-color: #A845A2; }
a { background-color: rgb(168,69,162); }
div.DivClassName
{
background-color: #A845A2;
}
.BgClassName
{
background-color: #A845A2;
}
</style>
border-color css
<style>
span { border-color: #A845A2; }
span { border-color: rgb(168,69,162); }
td.TdClassName
{
border-color: #A845A2;
}
.TagClassName
{
border-color: #A845A2;
}
</style>