Shades of Violet Blue #AF3CA6
Tints of Violet Blue #AF3CA6
RGB
CMYK
RGB Variations
Color information
#AF3CA6 (or 0xAF3CA6) is known color: Violet Blue. HEX triplet: AF, 3C and A6. RGB value is (175,60,166). Sum of RGB (Red+Green+Blue) = 175+60+166=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CA6 is #50C359. Grayscale: #6A6A6A. Windows color (decimal): -5292890 or 10894511. OLE color: 10894511.
HSL color Cylindrical-coordinate representation of color #AF3CA6: hue angle of 304.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3CA6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 166 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.31 |
| HSL | 304.7º | 0.49% | 0.46% | - |
| HSV(B) | 304.7º | 0.66% | 0.69% | - |
| XYZ | 26.18 | 15.1 | 37.61 | - |
| YUV | 106.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 166 | 0 | 0.66 | 0.05 | 0.31 | 304.7 | 0.49 | 0.46 |
| Hex | AF | 3C | A6 | 0 | 42 | 5 | 1F | 131 | 31 | 2E |
| Octal | 257 | 74 | 246 | 0 | 102 | 5 | 37 | 461 | 61 | 56 |
| Binary | 10101111 | 111100 | 10100110 | 0 | 1000010 | 101 | 11111 | 100110001 | 110001 | 101110 |
Color Harmonies of #AF3CA6
Complementary color
Monochromatic Colors of #AF3CA6
Black with #AF3CA6
Text Example
Text Example
White with #AF3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CA6; }
p { color: rgb(175,60,166); }
H1.HeaderClassName
{
color: #AF3CA6;
}
.AnyTagClassName
{
color: #AF3CA6;
}
</style>
background-color css
<style>
a { background-color: #AF3CA6; }
a { background-color: rgb(175,60,166); }
div.DivClassName
{
background-color: #AF3CA6;
}
.BgClassName
{
background-color: #AF3CA6;
}
</style>
border-color css
<style>
span { border-color: #AF3CA6; }
span { border-color: rgb(175,60,166); }
td.TdClassName
{
border-color: #AF3CA6;
}
.TagClassName
{
border-color: #AF3CA6;
}
</style>