Shades of Violet Blue #A265AF
Tints of Violet Blue #A265AF
RGB
CMYK
RGB Variations
Color information
#A265AF (or 0xA265AF) is known color: Violet Blue. HEX triplet: A2, 65 and AF. RGB value is (162,101,175). Sum of RGB (Red+Green+Blue) = 162+101+175=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #A265AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AF is #5D9A50. Grayscale: #7F7F7F. Windows color (decimal): -6134353 or 11494818. OLE color: 11494818.
HSL color Cylindrical-coordinate representation of color #A265AF: hue angle of 289.46º degrees, saturation: 0.32, 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 #A265AF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 101 | 175 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.31 |
| HSL | 289.46º | 0.32% | 0.54% | - |
| HSV(B) | 289.46º | 0.42% | 0.69% | - |
| XYZ | 27.29 | 20.08 | 43 | - |
| YUV | 127.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 175 | 0.07 | 0.42 | 0 | 0.31 | 289.46 | 0.32 | 0.54 |
| Hex | A2 | 65 | AF | 7 | 2A | 0 | 1F | 121 | 20 | 36 |
| Octal | 242 | 145 | 257 | 7 | 52 | 0 | 37 | 441 | 40 | 66 |
| Binary | 10100010 | 1100101 | 10101111 | 111 | 101010 | 0 | 11111 | 100100001 | 100000 | 110110 |
Color Harmonies of #A265AF
Complementary color
Monochromatic Colors of #A265AF
Black with #A265AF
Text Example
Text Example
White with #A265AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265AF; }
p { color: rgb(162,101,175); }
H1.HeaderClassName
{
color: #A265AF;
}
.AnyTagClassName
{
color: #A265AF;
}
</style>
background-color css
<style>
a { background-color: #A265AF; }
a { background-color: rgb(162,101,175); }
div.DivClassName
{
background-color: #A265AF;
}
.BgClassName
{
background-color: #A265AF;
}
</style>
border-color css
<style>
span { border-color: #A265AF; }
span { border-color: rgb(162,101,175); }
td.TdClassName
{
border-color: #A265AF;
}
.TagClassName
{
border-color: #A265AF;
}
</style>