Shades of Violet Blue #AF41A3
Tints of Violet Blue #AF41A3
RGB
CMYK
RGB Variations
Color information
#AF41A3 (or 0xAF41A3) is known color: Violet Blue. HEX triplet: AF, 41 and A3. RGB value is (175,65,163). Sum of RGB (Red+Green+Blue) = 175+65+163=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF41A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41A3 is #50BE5C. Grayscale: #6C6C6C. Windows color (decimal): -5291613 or 10699183. OLE color: 10699183.
HSL color Cylindrical-coordinate representation of color #AF41A3: hue angle of 306.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF41A3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 163 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.31 |
| HSL | 306.55º | 0.46% | 0.47% | - |
| HSV(B) | 306.55º | 0.63% | 0.69% | - |
| XYZ | 26.18 | 15.54 | 36.27 | - |
| YUV | 109.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 163 | 0 | 0.63 | 0.07 | 0.31 | 306.55 | 0.46 | 0.47 |
| Hex | AF | 41 | A3 | 0 | 3F | 7 | 1F | 133 | 2E | 2F |
| Octal | 257 | 101 | 243 | 0 | 77 | 7 | 37 | 463 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10100011 | 0 | 111111 | 111 | 11111 | 100110011 | 101110 | 101111 |
Color Harmonies of #AF41A3
Complementary color
Monochromatic Colors of #AF41A3
Black with #AF41A3
Text Example
Text Example
White with #AF41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41A3; }
p { color: rgb(175,65,163); }
H1.HeaderClassName
{
color: #AF41A3;
}
.AnyTagClassName
{
color: #AF41A3;
}
</style>
background-color css
<style>
a { background-color: #AF41A3; }
a { background-color: rgb(175,65,163); }
div.DivClassName
{
background-color: #AF41A3;
}
.BgClassName
{
background-color: #AF41A3;
}
</style>
border-color css
<style>
span { border-color: #AF41A3; }
span { border-color: rgb(175,65,163); }
td.TdClassName
{
border-color: #AF41A3;
}
.TagClassName
{
border-color: #AF41A3;
}
</style>