Shades of Violet Blue #A064AA
Tints of Violet Blue #A064AA
RGB
CMYK
RGB Variations
Color information
#A064AA (or 0xA064AA) is known color: Violet Blue. HEX triplet: A0, 64 and AA. RGB value is (160,100,170). Sum of RGB (Red+Green+Blue) = 160+100+170=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A064AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AA is #5F9B55. Grayscale: #7D7D7D. Windows color (decimal): -6265686 or 11166880. OLE color: 11166880.
HSL color Cylindrical-coordinate representation of color #A064AA: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A064AA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 100 | 170 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.33 |
| HSL | 291.43º | 0.29% | 0.53% | - |
| HSV(B) | 291.43º | 0.41% | 0.67% | - |
| XYZ | 26.31 | 19.49 | 40.41 | - |
| YUV | 125.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 170 | 0.06 | 0.41 | 0 | 0.33 | 291.43 | 0.29 | 0.53 |
| Hex | A0 | 64 | AA | 6 | 29 | 0 | 21 | 123 | 1D | 35 |
| Octal | 240 | 144 | 252 | 6 | 51 | 0 | 41 | 443 | 35 | 65 |
| Binary | 10100000 | 1100100 | 10101010 | 110 | 101001 | 0 | 100001 | 100100011 | 11101 | 110101 |
Color Harmonies of #A064AA
Complementary color
Monochromatic Colors of #A064AA
Black with #A064AA
Text Example
Text Example
White with #A064AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A064AA; }
p { color: rgb(160,100,170); }
H1.HeaderClassName
{
color: #A064AA;
}
.AnyTagClassName
{
color: #A064AA;
}
</style>
background-color css
<style>
a { background-color: #A064AA; }
a { background-color: rgb(160,100,170); }
div.DivClassName
{
background-color: #A064AA;
}
.BgClassName
{
background-color: #A064AA;
}
</style>
border-color css
<style>
span { border-color: #A064AA; }
span { border-color: rgb(160,100,170); }
td.TdClassName
{
border-color: #A064AA;
}
.TagClassName
{
border-color: #A064AA;
}
</style>