Shades of Violet Blue #A465AF
Tints of Violet Blue #A465AF
RGB
CMYK
RGB Variations
Color information
#A465AF (or 0xA465AF) is known color: Violet Blue. HEX triplet: A4, 65 and AF. RGB value is (164,101,175). Sum of RGB (Red+Green+Blue) = 164+101+175=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #A465AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AF is #5B9A50. Grayscale: #808080. Windows color (decimal): -6003281 or 11494820. OLE color: 11494820.
HSL color Cylindrical-coordinate representation of color #A465AF: hue angle of 291.08º 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 #A465AF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 101 | 175 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.31 |
| HSL | 291.08º | 0.32% | 0.54% | - |
| HSV(B) | 291.08º | 0.42% | 0.69% | - |
| XYZ | 27.7 | 20.3 | 43.01 | - |
| YUV | 128.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 175 | 0.06 | 0.42 | 0 | 0.31 | 291.08 | 0.32 | 0.54 |
| Hex | A4 | 65 | AF | 6 | 2A | 0 | 1F | 123 | 20 | 36 |
| Octal | 244 | 145 | 257 | 6 | 52 | 0 | 37 | 443 | 40 | 66 |
| Binary | 10100100 | 1100101 | 10101111 | 110 | 101010 | 0 | 11111 | 100100011 | 100000 | 110110 |
Color Harmonies of #A465AF
Complementary color
Monochromatic Colors of #A465AF
Black with #A465AF
Text Example
Text Example
White with #A465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465AF; }
p { color: rgb(164,101,175); }
H1.HeaderClassName
{
color: #A465AF;
}
.AnyTagClassName
{
color: #A465AF;
}
</style>
background-color css
<style>
a { background-color: #A465AF; }
a { background-color: rgb(164,101,175); }
div.DivClassName
{
background-color: #A465AF;
}
.BgClassName
{
background-color: #A465AF;
}
</style>
border-color css
<style>
span { border-color: #A465AF; }
span { border-color: rgb(164,101,175); }
td.TdClassName
{
border-color: #A465AF;
}
.TagClassName
{
border-color: #A465AF;
}
</style>