Shades of Violet Blue #AF479D
Tints of Violet Blue #AF479D
RGB
CMYK
RGB Variations
Color information
#AF479D (or 0xAF479D) is known color: Violet Blue. HEX triplet: AF, 47 and 9D. RGB value is (175,71,157). Sum of RGB (Red+Green+Blue) = 175+71+157=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF479D is #50B862. Grayscale: #6F6F6F. Windows color (decimal): -5290083 or 10307503. OLE color: 10307503.
HSL color Cylindrical-coordinate representation of color #AF479D: hue angle of 310.38º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF479D is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 157 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.31 |
| HSL | 310.38º | 0.42% | 0.48% | - |
| HSV(B) | 310.38º | 0.59% | 0.69% | - |
| XYZ | 26.02 | 16.05 | 33.63 | - |
| YUV | 111.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 157 | 0 | 0.59 | 0.10 | 0.31 | 310.38 | 0.42 | 0.48 |
| Hex | AF | 47 | 9D | 0 | 3B | A | 1F | 136 | 2A | 30 |
| Octal | 257 | 107 | 235 | 0 | 73 | 12 | 37 | 466 | 52 | 60 |
| Binary | 10101111 | 1000111 | 10011101 | 0 | 111011 | 1010 | 11111 | 100110110 | 101010 | 110000 |
Color Harmonies of #AF479D
Complementary color
Monochromatic Colors of #AF479D
Black with #AF479D
Text Example
Text Example
White with #AF479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF479D; }
p { color: rgb(175,71,157); }
H1.HeaderClassName
{
color: #AF479D;
}
.AnyTagClassName
{
color: #AF479D;
}
</style>
background-color css
<style>
a { background-color: #AF479D; }
a { background-color: rgb(175,71,157); }
div.DivClassName
{
background-color: #AF479D;
}
.BgClassName
{
background-color: #AF479D;
}
</style>
border-color css
<style>
span { border-color: #AF479D; }
span { border-color: rgb(175,71,157); }
td.TdClassName
{
border-color: #AF479D;
}
.TagClassName
{
border-color: #AF479D;
}
</style>