Shades of Violet Blue #A363AF
Tints of Violet Blue #A363AF
RGB
CMYK
RGB Variations
Color information
#A363AF (or 0xA363AF) is known color: Violet Blue. HEX triplet: A3, 63 and AF. RGB value is (163,99,175). Sum of RGB (Red+Green+Blue) = 163+99+175=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A363AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AF is #5C9C50. Grayscale: #7E7E7E. Windows color (decimal): -6069329 or 11494307. OLE color: 11494307.
HSL color Cylindrical-coordinate representation of color #A363AF: hue angle of 290.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A363AF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 99 | 175 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.31 |
| HSL | 290.53º | 0.32% | 0.54% | - |
| HSV(B) | 290.53º | 0.43% | 0.69% | - |
| XYZ | 27.3 | 19.81 | 42.94 | - |
| YUV | 126.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 175 | 0.07 | 0.43 | 0 | 0.31 | 290.53 | 0.32 | 0.54 |
| Hex | A3 | 63 | AF | 7 | 2B | 0 | 1F | 123 | 20 | 36 |
| Octal | 243 | 143 | 257 | 7 | 53 | 0 | 37 | 443 | 40 | 66 |
| Binary | 10100011 | 1100011 | 10101111 | 111 | 101011 | 0 | 11111 | 100100011 | 100000 | 110110 |
Color Harmonies of #A363AF
Complementary color
Monochromatic Colors of #A363AF
Black with #A363AF
Text Example
Text Example
White with #A363AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363AF; }
p { color: rgb(163,99,175); }
H1.HeaderClassName
{
color: #A363AF;
}
.AnyTagClassName
{
color: #A363AF;
}
</style>
background-color css
<style>
a { background-color: #A363AF; }
a { background-color: rgb(163,99,175); }
div.DivClassName
{
background-color: #A363AF;
}
.BgClassName
{
background-color: #A363AF;
}
</style>
border-color css
<style>
span { border-color: #A363AF; }
span { border-color: rgb(163,99,175); }
td.TdClassName
{
border-color: #A363AF;
}
.TagClassName
{
border-color: #A363AF;
}
</style>