Shades of Violet Blue #A362AF
Tints of Violet Blue #A362AF
RGB
CMYK
RGB Variations
Color information
#A362AF (or 0xA362AF) is known color: Violet Blue. HEX triplet: A3, 62 and AF. RGB value is (163,98,175). Sum of RGB (Red+Green+Blue) = 163+98+175=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A362AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A362AF is #5C9D50. Grayscale: #7D7D7D. Windows color (decimal): -6069585 or 11494051. OLE color: 11494051.
HSL color Cylindrical-coordinate representation of color #A362AF: hue angle of 290.65º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A362AF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 98 | 175 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.31 |
| HSL | 290.65º | 0.32% | 0.54% | - |
| HSV(B) | 290.65º | 0.44% | 0.69% | - |
| XYZ | 27.21 | 19.62 | 42.91 | - |
| YUV | 126.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 175 | 0.07 | 0.44 | 0 | 0.31 | 290.65 | 0.32 | 0.54 |
| Hex | A3 | 62 | AF | 7 | 2C | 0 | 1F | 123 | 20 | 36 |
| Octal | 243 | 142 | 257 | 7 | 54 | 0 | 37 | 443 | 40 | 66 |
| Binary | 10100011 | 1100010 | 10101111 | 111 | 101100 | 0 | 11111 | 100100011 | 100000 | 110110 |
Color Harmonies of #A362AF
Complementary color
Monochromatic Colors of #A362AF
Black with #A362AF
Text Example
Text Example
White with #A362AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362AF; }
p { color: rgb(163,98,175); }
H1.HeaderClassName
{
color: #A362AF;
}
.AnyTagClassName
{
color: #A362AF;
}
</style>
background-color css
<style>
a { background-color: #A362AF; }
a { background-color: rgb(163,98,175); }
div.DivClassName
{
background-color: #A362AF;
}
.BgClassName
{
background-color: #A362AF;
}
</style>
border-color css
<style>
span { border-color: #A362AF; }
span { border-color: rgb(163,98,175); }
td.TdClassName
{
border-color: #A362AF;
}
.TagClassName
{
border-color: #A362AF;
}
</style>