Shades of Violet Blue #AF66A9
Tints of Violet Blue #AF66A9
RGB
CMYK
RGB Variations
Color information
#AF66A9 (or 0xAF66A9) is known color: Violet Blue. HEX triplet: AF, 66 and A9. RGB value is (175,102,169). Sum of RGB (Red+Green+Blue) = 175+102+169=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66A9 is #509956. Grayscale: #838383. Windows color (decimal): -5282135 or 11101871. OLE color: 11101871.
HSL color Cylindrical-coordinate representation of color #AF66A9: hue angle of 304.93º degrees, saturation: 0.31, 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 #AF66A9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 169 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.31 |
| HSL | 304.93º | 0.31% | 0.54% | - |
| HSV(B) | 304.93º | 0.42% | 0.69% | - |
| XYZ | 29.59 | 21.48 | 40.12 | - |
| YUV | 131.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 169 | 0 | 0.42 | 0.03 | 0.31 | 304.93 | 0.31 | 0.54 |
| Hex | AF | 66 | A9 | 0 | 2A | 3 | 1F | 131 | 1F | 36 |
| Octal | 257 | 146 | 251 | 0 | 52 | 3 | 37 | 461 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10101001 | 0 | 101010 | 11 | 11111 | 100110001 | 11111 | 110110 |
Color Harmonies of #AF66A9
Complementary color
Monochromatic Colors of #AF66A9
Black with #AF66A9
Text Example
Text Example
White with #AF66A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66A9; }
p { color: rgb(175,102,169); }
H1.HeaderClassName
{
color: #AF66A9;
}
.AnyTagClassName
{
color: #AF66A9;
}
</style>
background-color css
<style>
a { background-color: #AF66A9; }
a { background-color: rgb(175,102,169); }
div.DivClassName
{
background-color: #AF66A9;
}
.BgClassName
{
background-color: #AF66A9;
}
</style>
border-color css
<style>
span { border-color: #AF66A9; }
span { border-color: rgb(175,102,169); }
td.TdClassName
{
border-color: #AF66A9;
}
.TagClassName
{
border-color: #AF66A9;
}
</style>