Shades of Violet Blue #A665AF
Tints of Violet Blue #A665AF
RGB
CMYK
RGB Variations
Color information
#A665AF (or 0xA665AF) is known color: Violet Blue. HEX triplet: A6, 65 and AF. RGB value is (166,101,175). Sum of RGB (Red+Green+Blue) = 166+101+175=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #A665AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A665AF is #599A50. Grayscale: #808080. Windows color (decimal): -5872209 or 11494822. OLE color: 11494822.
HSL color Cylindrical-coordinate representation of color #A665AF: hue angle of 292.7º 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 #A665AF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 101 | 175 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.31 |
| HSL | 292.7º | 0.32% | 0.54% | - |
| HSV(B) | 292.7º | 0.42% | 0.69% | - |
| XYZ | 28.12 | 20.51 | 43.03 | - |
| YUV | 128.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 175 | 0.05 | 0.42 | 0 | 0.31 | 292.7 | 0.32 | 0.54 |
| Hex | A6 | 65 | AF | 5 | 2A | 0 | 1F | 125 | 20 | 36 |
| Octal | 246 | 145 | 257 | 5 | 52 | 0 | 37 | 445 | 40 | 66 |
| Binary | 10100110 | 1100101 | 10101111 | 101 | 101010 | 0 | 11111 | 100100101 | 100000 | 110110 |
Color Harmonies of #A665AF
Complementary color
Monochromatic Colors of #A665AF
Black with #A665AF
Text Example
Text Example
White with #A665AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665AF; }
p { color: rgb(166,101,175); }
H1.HeaderClassName
{
color: #A665AF;
}
.AnyTagClassName
{
color: #A665AF;
}
</style>
background-color css
<style>
a { background-color: #A665AF; }
a { background-color: rgb(166,101,175); }
div.DivClassName
{
background-color: #A665AF;
}
.BgClassName
{
background-color: #A665AF;
}
</style>
border-color css
<style>
span { border-color: #A665AF; }
span { border-color: rgb(166,101,175); }
td.TdClassName
{
border-color: #A665AF;
}
.TagClassName
{
border-color: #A665AF;
}
</style>