Shades of Violet Blue #AF4FAC
Tints of Violet Blue #AF4FAC
RGB
CMYK
RGB Variations
Color information
#AF4FAC (or 0xAF4FAC) is known color: Violet Blue. HEX triplet: AF, 4F and AC. RGB value is (175,79,172). Sum of RGB (Red+Green+Blue) = 175+79+172=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4FAC is #50B053. Grayscale: #767676. Windows color (decimal): -5288020 or 11292591. OLE color: 11292591.
HSL color Cylindrical-coordinate representation of color #AF4FAC: hue angle of 301.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4FAC is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 172 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.31 |
| HSL | 301.88º | 0.38% | 0.5% | - |
| HSV(B) | 301.88º | 0.55% | 0.69% | - |
| XYZ | 27.92 | 17.68 | 40.97 | - |
| YUV | 118.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 172 | 0 | 0.55 | 0.02 | 0.31 | 301.88 | 0.38 | 0.5 |
| Hex | AF | 4F | AC | 0 | 37 | 2 | 1F | 12E | 26 | 32 |
| Octal | 257 | 117 | 254 | 0 | 67 | 2 | 37 | 456 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10101100 | 0 | 110111 | 10 | 11111 | 100101110 | 100110 | 110010 |
Color Harmonies of #AF4FAC
Complementary color
Monochromatic Colors of #AF4FAC
Black with #AF4FAC
Text Example
Text Example
White with #AF4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FAC; }
p { color: rgb(175,79,172); }
H1.HeaderClassName
{
color: #AF4FAC;
}
.AnyTagClassName
{
color: #AF4FAC;
}
</style>
background-color css
<style>
a { background-color: #AF4FAC; }
a { background-color: rgb(175,79,172); }
div.DivClassName
{
background-color: #AF4FAC;
}
.BgClassName
{
background-color: #AF4FAC;
}
</style>
border-color css
<style>
span { border-color: #AF4FAC; }
span { border-color: rgb(175,79,172); }
td.TdClassName
{
border-color: #AF4FAC;
}
.TagClassName
{
border-color: #AF4FAC;
}
</style>