Shades of Violet Blue #A362AA
Tints of Violet Blue #A362AA
RGB
CMYK
RGB Variations
Color information
#A362AA (or 0xA362AA) is known color: Violet Blue. HEX triplet: A3, 62 and AA. RGB value is (163,98,170). Sum of RGB (Red+Green+Blue) = 163+98+170=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A362AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AA is #5C9D55. Grayscale: #7D7D7D. Windows color (decimal): -6069590 or 11166371. OLE color: 11166371.
HSL color Cylindrical-coordinate representation of color #A362AA: hue angle of 294.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A362AA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 98 | 170 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.33 |
| HSL | 294.17º | 0.3% | 0.53% | - |
| HSV(B) | 294.17º | 0.42% | 0.67% | - |
| XYZ | 26.73 | 19.42 | 40.37 | - |
| YUV | 125.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 170 | 0.04 | 0.42 | 0 | 0.33 | 294.17 | 0.3 | 0.53 |
| Hex | A3 | 62 | AA | 4 | 2A | 0 | 21 | 126 | 1E | 35 |
| Octal | 243 | 142 | 252 | 4 | 52 | 0 | 41 | 446 | 36 | 65 |
| Binary | 10100011 | 1100010 | 10101010 | 100 | 101010 | 0 | 100001 | 100100110 | 11110 | 110101 |
Color Harmonies of #A362AA
Complementary color
Monochromatic Colors of #A362AA
Black with #A362AA
Text Example
Text Example
White with #A362AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362AA; }
p { color: rgb(163,98,170); }
H1.HeaderClassName
{
color: #A362AA;
}
.AnyTagClassName
{
color: #A362AA;
}
</style>
background-color css
<style>
a { background-color: #A362AA; }
a { background-color: rgb(163,98,170); }
div.DivClassName
{
background-color: #A362AA;
}
.BgClassName
{
background-color: #A362AA;
}
</style>
border-color css
<style>
span { border-color: #A362AA; }
span { border-color: rgb(163,98,170); }
td.TdClassName
{
border-color: #A362AA;
}
.TagClassName
{
border-color: #A362AA;
}
</style>