Shades of Violet Blue #AF3FA3
Tints of Violet Blue #AF3FA3
RGB
CMYK
RGB Variations
Color information
#AF3FA3 (or 0xAF3FA3) is known color: Violet Blue. HEX triplet: AF, 3F and A3. RGB value is (175,63,163). Sum of RGB (Red+Green+Blue) = 175+63+163=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA3 is #50C05C. Grayscale: #6B6B6B. Windows color (decimal): -5292125 or 10698671. OLE color: 10698671.
HSL color Cylindrical-coordinate representation of color #AF3FA3: hue angle of 306.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3FA3 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 163 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.31 |
| HSL | 306.43º | 0.47% | 0.47% | - |
| HSV(B) | 306.43º | 0.64% | 0.69% | - |
| XYZ | 26.07 | 15.31 | 36.23 | - |
| YUV | 107.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 163 | 0 | 0.64 | 0.07 | 0.31 | 306.43 | 0.47 | 0.47 |
| Hex | AF | 3F | A3 | 0 | 40 | 7 | 1F | 132 | 2F | 2F |
| Octal | 257 | 77 | 243 | 0 | 100 | 7 | 37 | 462 | 57 | 57 |
| Binary | 10101111 | 111111 | 10100011 | 0 | 1000000 | 111 | 11111 | 100110010 | 101111 | 101111 |
Color Harmonies of #AF3FA3
Complementary color
Monochromatic Colors of #AF3FA3
Black with #AF3FA3
Text Example
Text Example
White with #AF3FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FA3; }
p { color: rgb(175,63,163); }
H1.HeaderClassName
{
color: #AF3FA3;
}
.AnyTagClassName
{
color: #AF3FA3;
}
</style>
background-color css
<style>
a { background-color: #AF3FA3; }
a { background-color: rgb(175,63,163); }
div.DivClassName
{
background-color: #AF3FA3;
}
.BgClassName
{
background-color: #AF3FA3;
}
</style>
border-color css
<style>
span { border-color: #AF3FA3; }
span { border-color: rgb(175,63,163); }
td.TdClassName
{
border-color: #AF3FA3;
}
.TagClassName
{
border-color: #AF3FA3;
}
</style>