Shades of Violet Blue #AF64AC
Tints of Violet Blue #AF64AC
RGB
CMYK
RGB Variations
Color information
#AF64AC (or 0xAF64AC) is known color: Violet Blue. HEX triplet: AF, 64 and AC. RGB value is (175,100,172). Sum of RGB (Red+Green+Blue) = 175+100+172=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF64AC is #509B53. Grayscale: #828282. Windows color (decimal): -5282644 or 11297967. OLE color: 11297967.
HSL color Cylindrical-coordinate representation of color #AF64AC: hue angle of 302.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF64AC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 172 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.31 |
| HSL | 302.4º | 0.32% | 0.54% | - |
| HSV(B) | 302.4º | 0.43% | 0.69% | - |
| XYZ | 29.68 | 21.21 | 41.56 | - |
| YUV | 130.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 172 | 0 | 0.43 | 0.02 | 0.31 | 302.4 | 0.32 | 0.54 |
| Hex | AF | 64 | AC | 0 | 2B | 2 | 1F | 12E | 20 | 36 |
| Octal | 257 | 144 | 254 | 0 | 53 | 2 | 37 | 456 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10101100 | 0 | 101011 | 10 | 11111 | 100101110 | 100000 | 110110 |
Color Harmonies of #AF64AC
Complementary color
Monochromatic Colors of #AF64AC
Black with #AF64AC
Text Example
Text Example
White with #AF64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64AC; }
p { color: rgb(175,100,172); }
H1.HeaderClassName
{
color: #AF64AC;
}
.AnyTagClassName
{
color: #AF64AC;
}
</style>
background-color css
<style>
a { background-color: #AF64AC; }
a { background-color: rgb(175,100,172); }
div.DivClassName
{
background-color: #AF64AC;
}
.BgClassName
{
background-color: #AF64AC;
}
</style>
border-color css
<style>
span { border-color: #AF64AC; }
span { border-color: rgb(175,100,172); }
td.TdClassName
{
border-color: #AF64AC;
}
.TagClassName
{
border-color: #AF64AC;
}
</style>