Shades of Violet Blue #AF44A3
Tints of Violet Blue #AF44A3
RGB
CMYK
RGB Variations
Color information
#AF44A3 (or 0xAF44A3) is known color: Violet Blue. HEX triplet: AF, 44 and A3. RGB value is (175,68,163). Sum of RGB (Red+Green+Blue) = 175+68+163=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF44A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF44A3 is #50BB5C. Grayscale: #6E6E6E. Windows color (decimal): -5290845 or 10699951. OLE color: 10699951.
HSL color Cylindrical-coordinate representation of color #AF44A3: hue angle of 306.73º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF44A3 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 163 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.31 |
| HSL | 306.73º | 0.44% | 0.48% | - |
| HSV(B) | 306.73º | 0.61% | 0.69% | - |
| XYZ | 26.36 | 15.89 | 36.33 | - |
| YUV | 110.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 163 | 0 | 0.61 | 0.07 | 0.31 | 306.73 | 0.44 | 0.48 |
| Hex | AF | 44 | A3 | 0 | 3D | 7 | 1F | 133 | 2C | 30 |
| Octal | 257 | 104 | 243 | 0 | 75 | 7 | 37 | 463 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10100011 | 0 | 111101 | 111 | 11111 | 100110011 | 101100 | 110000 |
Color Harmonies of #AF44A3
Complementary color
Monochromatic Colors of #AF44A3
Black with #AF44A3
Text Example
Text Example
White with #AF44A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44A3; }
p { color: rgb(175,68,163); }
H1.HeaderClassName
{
color: #AF44A3;
}
.AnyTagClassName
{
color: #AF44A3;
}
</style>
background-color css
<style>
a { background-color: #AF44A3; }
a { background-color: rgb(175,68,163); }
div.DivClassName
{
background-color: #AF44A3;
}
.BgClassName
{
background-color: #AF44A3;
}
</style>
border-color css
<style>
span { border-color: #AF44A3; }
span { border-color: rgb(175,68,163); }
td.TdClassName
{
border-color: #AF44A3;
}
.TagClassName
{
border-color: #AF44A3;
}
</style>