Shades of Violet Blue #AF38A6
Tints of Violet Blue #AF38A6
RGB
CMYK
RGB Variations
Color information
#AF38A6 (or 0xAF38A6) is known color: Violet Blue. HEX triplet: AF, 38 and A6. RGB value is (175,56,166). Sum of RGB (Red+Green+Blue) = 175+56+166=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF38A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF38A6 is #50C759. Grayscale: #676767. Windows color (decimal): -5293914 or 10893487. OLE color: 10893487.
HSL color Cylindrical-coordinate representation of color #AF38A6: hue angle of 304.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF38A6 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 166 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.31 |
| HSL | 304.54º | 0.52% | 0.45% | - |
| HSV(B) | 304.54º | 0.68% | 0.69% | - |
| XYZ | 25.98 | 14.7 | 37.54 | - |
| YUV | 104.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 166 | 0 | 0.68 | 0.05 | 0.31 | 304.54 | 0.52 | 0.45 |
| Hex | AF | 38 | A6 | 0 | 44 | 5 | 1F | 131 | 34 | 2D |
| Octal | 257 | 70 | 246 | 0 | 104 | 5 | 37 | 461 | 64 | 55 |
| Binary | 10101111 | 111000 | 10100110 | 0 | 1000100 | 101 | 11111 | 100110001 | 110100 | 101101 |
Color Harmonies of #AF38A6
Complementary color
Monochromatic Colors of #AF38A6
Black with #AF38A6
Text Example
Text Example
White with #AF38A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38A6; }
p { color: rgb(175,56,166); }
H1.HeaderClassName
{
color: #AF38A6;
}
.AnyTagClassName
{
color: #AF38A6;
}
</style>
background-color css
<style>
a { background-color: #AF38A6; }
a { background-color: rgb(175,56,166); }
div.DivClassName
{
background-color: #AF38A6;
}
.BgClassName
{
background-color: #AF38A6;
}
</style>
border-color css
<style>
span { border-color: #AF38A6; }
span { border-color: rgb(175,56,166); }
td.TdClassName
{
border-color: #AF38A6;
}
.TagClassName
{
border-color: #AF38A6;
}
</style>