Shades of Violet Blue #A265AB
Tints of Violet Blue #A265AB
RGB
CMYK
RGB Variations
Color information
#A265AB (or 0xA265AB) is known color: Violet Blue. HEX triplet: A2, 65 and AB. RGB value is (162,101,171). Sum of RGB (Red+Green+Blue) = 162+101+171=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #A265AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AB is #5D9A54. Grayscale: #7F7F7F. Windows color (decimal): -6134357 or 11232674. OLE color: 11232674.
HSL color Cylindrical-coordinate representation of color #A265AB: hue angle of 292.29º 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 #A265AB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 101 | 171 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.33 |
| HSL | 292.29º | 0.29% | 0.53% | - |
| HSV(B) | 292.29º | 0.41% | 0.67% | - |
| XYZ | 26.9 | 19.93 | 40.96 | - |
| YUV | 127.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 171 | 0.05 | 0.41 | 0 | 0.33 | 292.29 | 0.29 | 0.53 |
| Hex | A2 | 65 | AB | 5 | 29 | 0 | 21 | 124 | 1D | 35 |
| Octal | 242 | 145 | 253 | 5 | 51 | 0 | 41 | 444 | 35 | 65 |
| Binary | 10100010 | 1100101 | 10101011 | 101 | 101001 | 0 | 100001 | 100100100 | 11101 | 110101 |
Color Harmonies of #A265AB
Complementary color
Monochromatic Colors of #A265AB
Black with #A265AB
Text Example
Text Example
White with #A265AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265AB; }
p { color: rgb(162,101,171); }
H1.HeaderClassName
{
color: #A265AB;
}
.AnyTagClassName
{
color: #A265AB;
}
</style>
background-color css
<style>
a { background-color: #A265AB; }
a { background-color: rgb(162,101,171); }
div.DivClassName
{
background-color: #A265AB;
}
.BgClassName
{
background-color: #A265AB;
}
</style>
border-color css
<style>
span { border-color: #A265AB; }
span { border-color: rgb(162,101,171); }
td.TdClassName
{
border-color: #A265AB;
}
.TagClassName
{
border-color: #A265AB;
}
</style>