Shades of Violet Blue #AF3FA0
Tints of Violet Blue #AF3FA0
RGB
CMYK
RGB Variations
Color information
#AF3FA0 (or 0xAF3FA0) is known color: Violet Blue. HEX triplet: AF, 3F and A0. RGB value is (175,63,160). Sum of RGB (Red+Green+Blue) = 175+63+160=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA0 is #50C05F. Grayscale: #6B6B6B. Windows color (decimal): -5292128 or 10502063. OLE color: 10502063.
HSL color Cylindrical-coordinate representation of color #AF3FA0: hue angle of 308.04º 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 #AF3FA0 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 160 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.31 |
| HSL | 308.04º | 0.47% | 0.47% | - |
| HSV(B) | 308.04º | 0.64% | 0.69% | - |
| XYZ | 25.8 | 15.21 | 34.83 | - |
| YUV | 107.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 160 | 0 | 0.64 | 0.09 | 0.31 | 308.04 | 0.47 | 0.47 |
| Hex | AF | 3F | A0 | 0 | 40 | 9 | 1F | 134 | 2F | 2F |
| Octal | 257 | 77 | 240 | 0 | 100 | 11 | 37 | 464 | 57 | 57 |
| Binary | 10101111 | 111111 | 10100000 | 0 | 1000000 | 1001 | 11111 | 100110100 | 101111 | 101111 |
Color Harmonies of #AF3FA0
Complementary color
Monochromatic Colors of #AF3FA0
Black with #AF3FA0
Text Example
Text Example
White with #AF3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FA0; }
p { color: rgb(175,63,160); }
H1.HeaderClassName
{
color: #AF3FA0;
}
.AnyTagClassName
{
color: #AF3FA0;
}
</style>
background-color css
<style>
a { background-color: #AF3FA0; }
a { background-color: rgb(175,63,160); }
div.DivClassName
{
background-color: #AF3FA0;
}
.BgClassName
{
background-color: #AF3FA0;
}
</style>
border-color css
<style>
span { border-color: #AF3FA0; }
span { border-color: rgb(175,63,160); }
td.TdClassName
{
border-color: #AF3FA0;
}
.TagClassName
{
border-color: #AF3FA0;
}
</style>