Shades of Violet Blue #A362AE
Tints of Violet Blue #A362AE
RGB
CMYK
RGB Variations
Color information
#A362AE (or 0xA362AE) is known color: Violet Blue. HEX triplet: A3, 62 and AE. RGB value is (163,98,174). Sum of RGB (Red+Green+Blue) = 163+98+174=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A362AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AE is #5C9D51. Grayscale: #7D7D7D. Windows color (decimal): -6069586 or 11428515. OLE color: 11428515.
HSL color Cylindrical-coordinate representation of color #A362AE: hue angle of 291.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A362AE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 98 | 174 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.32 |
| HSL | 291.32º | 0.32% | 0.53% | - |
| HSV(B) | 291.32º | 0.44% | 0.68% | - |
| XYZ | 27.11 | 19.58 | 42.39 | - |
| YUV | 126.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 174 | 0.06 | 0.44 | 0 | 0.32 | 291.32 | 0.32 | 0.53 |
| Hex | A3 | 62 | AE | 6 | 2C | 0 | 20 | 123 | 20 | 35 |
| Octal | 243 | 142 | 256 | 6 | 54 | 0 | 40 | 443 | 40 | 65 |
| Binary | 10100011 | 1100010 | 10101110 | 110 | 101100 | 0 | 100000 | 100100011 | 100000 | 110101 |
Color Harmonies of #A362AE
Complementary color
Monochromatic Colors of #A362AE
Black with #A362AE
Text Example
Text Example
White with #A362AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362AE; }
p { color: rgb(163,98,174); }
H1.HeaderClassName
{
color: #A362AE;
}
.AnyTagClassName
{
color: #A362AE;
}
</style>
background-color css
<style>
a { background-color: #A362AE; }
a { background-color: rgb(163,98,174); }
div.DivClassName
{
background-color: #A362AE;
}
.BgClassName
{
background-color: #A362AE;
}
</style>
border-color css
<style>
span { border-color: #A362AE; }
span { border-color: rgb(163,98,174); }
td.TdClassName
{
border-color: #A362AE;
}
.TagClassName
{
border-color: #A362AE;
}
</style>