Shades of Violet Blue #A065AA
Tints of Violet Blue #A065AA
RGB
CMYK
RGB Variations
Color information
#A065AA (or 0xA065AA) is known color: Violet Blue. HEX triplet: A0, 65 and AA. RGB value is (160,101,170). Sum of RGB (Red+Green+Blue) = 160+101+170=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A065AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AA is #5F9A55. Grayscale: #7E7E7E. Windows color (decimal): -6265430 or 11167136. OLE color: 11167136.
HSL color Cylindrical-coordinate representation of color #A065AA: hue angle of 291.3º 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 #A065AA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 101 | 170 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.33 |
| HSL | 291.3º | 0.29% | 0.53% | - |
| HSV(B) | 291.3º | 0.41% | 0.67% | - |
| XYZ | 26.41 | 19.68 | 40.44 | - |
| YUV | 126.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 170 | 0.06 | 0.41 | 0 | 0.33 | 291.3 | 0.29 | 0.53 |
| Hex | A0 | 65 | AA | 6 | 29 | 0 | 21 | 123 | 1D | 35 |
| Octal | 240 | 145 | 252 | 6 | 51 | 0 | 41 | 443 | 35 | 65 |
| Binary | 10100000 | 1100101 | 10101010 | 110 | 101001 | 0 | 100001 | 100100011 | 11101 | 110101 |
Color Harmonies of #A065AA
Complementary color
Monochromatic Colors of #A065AA
Black with #A065AA
Text Example
Text Example
White with #A065AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065AA; }
p { color: rgb(160,101,170); }
H1.HeaderClassName
{
color: #A065AA;
}
.AnyTagClassName
{
color: #A065AA;
}
</style>
background-color css
<style>
a { background-color: #A065AA; }
a { background-color: rgb(160,101,170); }
div.DivClassName
{
background-color: #A065AA;
}
.BgClassName
{
background-color: #A065AA;
}
</style>
border-color css
<style>
span { border-color: #A065AA; }
span { border-color: rgb(160,101,170); }
td.TdClassName
{
border-color: #A065AA;
}
.TagClassName
{
border-color: #A065AA;
}
</style>