Shades of Violet Blue #A366AD
Tints of Violet Blue #A366AD
RGB
CMYK
RGB Variations
Color information
#A366AD (or 0xA366AD) is known color: Violet Blue. HEX triplet: A3, 66 and AD. RGB value is (163,102,173). Sum of RGB (Red+Green+Blue) = 163+102+173=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A366AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AD is #5C9952. Grayscale: #808080. Windows color (decimal): -6068563 or 11364003. OLE color: 11364003.
HSL color Cylindrical-coordinate representation of color #A366AD: hue angle of 291.55º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A366AD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 102 | 173 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.32 |
| HSL | 291.55º | 0.3% | 0.54% | - |
| HSV(B) | 291.55º | 0.41% | 0.68% | - |
| XYZ | 27.4 | 20.31 | 42.01 | - |
| YUV | 128.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 173 | 0.06 | 0.41 | 0 | 0.32 | 291.55 | 0.3 | 0.54 |
| Hex | A3 | 66 | AD | 6 | 29 | 0 | 20 | 124 | 1E | 36 |
| Octal | 243 | 146 | 255 | 6 | 51 | 0 | 40 | 444 | 36 | 66 |
| Binary | 10100011 | 1100110 | 10101101 | 110 | 101001 | 0 | 100000 | 100100100 | 11110 | 110110 |
Color Harmonies of #A366AD
Complementary color
Monochromatic Colors of #A366AD
Black with #A366AD
Text Example
Text Example
White with #A366AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366AD; }
p { color: rgb(163,102,173); }
H1.HeaderClassName
{
color: #A366AD;
}
.AnyTagClassName
{
color: #A366AD;
}
</style>
background-color css
<style>
a { background-color: #A366AD; }
a { background-color: rgb(163,102,173); }
div.DivClassName
{
background-color: #A366AD;
}
.BgClassName
{
background-color: #A366AD;
}
</style>
border-color css
<style>
span { border-color: #A366AD; }
span { border-color: rgb(163,102,173); }
td.TdClassName
{
border-color: #A366AD;
}
.TagClassName
{
border-color: #A366AD;
}
</style>