Shades of Violet Blue #A366AF
Tints of Violet Blue #A366AF
RGB
CMYK
RGB Variations
Color information
#A366AF (or 0xA366AF) is known color: Violet Blue. HEX triplet: A3, 66 and AF. RGB value is (163,102,175). Sum of RGB (Red+Green+Blue) = 163+102+175=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A366AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AF is #5C9950. Grayscale: #808080. Windows color (decimal): -6068561 or 11495075. OLE color: 11495075.
HSL color Cylindrical-coordinate representation of color #A366AF: hue angle of 290.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A366AF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 102 | 175 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.31 |
| HSL | 290.14º | 0.31% | 0.54% | - |
| HSV(B) | 290.14º | 0.42% | 0.69% | - |
| XYZ | 27.59 | 20.38 | 43.04 | - |
| YUV | 128.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 175 | 0.07 | 0.42 | 0 | 0.31 | 290.14 | 0.31 | 0.54 |
| Hex | A3 | 66 | AF | 7 | 2A | 0 | 1F | 122 | 1F | 36 |
| Octal | 243 | 146 | 257 | 7 | 52 | 0 | 37 | 442 | 37 | 66 |
| Binary | 10100011 | 1100110 | 10101111 | 111 | 101010 | 0 | 11111 | 100100010 | 11111 | 110110 |
Color Harmonies of #A366AF
Complementary color
Monochromatic Colors of #A366AF
Black with #A366AF
Text Example
Text Example
White with #A366AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366AF; }
p { color: rgb(163,102,175); }
H1.HeaderClassName
{
color: #A366AF;
}
.AnyTagClassName
{
color: #A366AF;
}
</style>
background-color css
<style>
a { background-color: #A366AF; }
a { background-color: rgb(163,102,175); }
div.DivClassName
{
background-color: #A366AF;
}
.BgClassName
{
background-color: #A366AF;
}
</style>
border-color css
<style>
span { border-color: #A366AF; }
span { border-color: rgb(163,102,175); }
td.TdClassName
{
border-color: #A366AF;
}
.TagClassName
{
border-color: #A366AF;
}
</style>