Shades of Violet Blue #AF43A8
Tints of Violet Blue #AF43A8
RGB
CMYK
RGB Variations
Color information
#AF43A8 (or 0xAF43A8) is known color: Violet Blue. HEX triplet: AF, 43 and A8. RGB value is (175,67,168). Sum of RGB (Red+Green+Blue) = 175+67+168=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF43A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF43A8 is #50BC57. Grayscale: #6E6E6E. Windows color (decimal): -5291096 or 11027375. OLE color: 11027375.
HSL color Cylindrical-coordinate representation of color #AF43A8: hue angle of 303.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF43A8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 168 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.31 |
| HSL | 303.89º | 0.45% | 0.47% | - |
| HSV(B) | 303.89º | 0.62% | 0.69% | - |
| XYZ | 26.75 | 15.96 | 38.72 | - |
| YUV | 110.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 168 | 0 | 0.62 | 0.04 | 0.31 | 303.89 | 0.45 | 0.47 |
| Hex | AF | 43 | A8 | 0 | 3E | 4 | 1F | 130 | 2D | 2F |
| Octal | 257 | 103 | 250 | 0 | 76 | 4 | 37 | 460 | 55 | 57 |
| Binary | 10101111 | 1000011 | 10101000 | 0 | 111110 | 100 | 11111 | 100110000 | 101101 | 101111 |
Color Harmonies of #AF43A8
Complementary color
Monochromatic Colors of #AF43A8
Black with #AF43A8
Text Example
Text Example
White with #AF43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43A8; }
p { color: rgb(175,67,168); }
H1.HeaderClassName
{
color: #AF43A8;
}
.AnyTagClassName
{
color: #AF43A8;
}
</style>
background-color css
<style>
a { background-color: #AF43A8; }
a { background-color: rgb(175,67,168); }
div.DivClassName
{
background-color: #AF43A8;
}
.BgClassName
{
background-color: #AF43A8;
}
</style>
border-color css
<style>
span { border-color: #AF43A8; }
span { border-color: rgb(175,67,168); }
td.TdClassName
{
border-color: #AF43A8;
}
.TagClassName
{
border-color: #AF43A8;
}
</style>