Shades of Violet Blue #AF3FA2
Tints of Violet Blue #AF3FA2
RGB
CMYK
RGB Variations
Color information
#AF3FA2 (or 0xAF3FA2) is known color: Violet Blue. HEX triplet: AF, 3F and A2. RGB value is (175,63,162). Sum of RGB (Red+Green+Blue) = 175+63+162=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FA2 is #50C05D. Grayscale: #6B6B6B. Windows color (decimal): -5292126 or 10633135. OLE color: 10633135.
HSL color Cylindrical-coordinate representation of color #AF3FA2: hue angle of 306.96º 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 #AF3FA2 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 162 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.31 |
| HSL | 306.96º | 0.47% | 0.47% | - |
| HSV(B) | 306.96º | 0.64% | 0.69% | - |
| XYZ | 25.98 | 15.28 | 35.76 | - |
| YUV | 107.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 162 | 0 | 0.64 | 0.07 | 0.31 | 306.96 | 0.47 | 0.47 |
| Hex | AF | 3F | A2 | 0 | 40 | 7 | 1F | 133 | 2F | 2F |
| Octal | 257 | 77 | 242 | 0 | 100 | 7 | 37 | 463 | 57 | 57 |
| Binary | 10101111 | 111111 | 10100010 | 0 | 1000000 | 111 | 11111 | 100110011 | 101111 | 101111 |
Color Harmonies of #AF3FA2
Complementary color
Monochromatic Colors of #AF3FA2
Black with #AF3FA2
Text Example
Text Example
White with #AF3FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FA2; }
p { color: rgb(175,63,162); }
H1.HeaderClassName
{
color: #AF3FA2;
}
.AnyTagClassName
{
color: #AF3FA2;
}
</style>
background-color css
<style>
a { background-color: #AF3FA2; }
a { background-color: rgb(175,63,162); }
div.DivClassName
{
background-color: #AF3FA2;
}
.BgClassName
{
background-color: #AF3FA2;
}
</style>
border-color css
<style>
span { border-color: #AF3FA2; }
span { border-color: rgb(175,63,162); }
td.TdClassName
{
border-color: #AF3FA2;
}
.TagClassName
{
border-color: #AF3FA2;
}
</style>