Shades of Violet Blue #AF4B9C
Tints of Violet Blue #AF4B9C
RGB
CMYK
RGB Variations
Color information
#AF4B9C (or 0xAF4B9C) is known color: Violet Blue. HEX triplet: AF, 4B and 9C. RGB value is (175,75,156). Sum of RGB (Red+Green+Blue) = 175+75+156=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B9C is #50B463. Grayscale: #717171. Windows color (decimal): -5289060 or 10242991. OLE color: 10242991.
HSL color Cylindrical-coordinate representation of color #AF4B9C: hue angle of 311.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4B9C is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 156 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.31 |
| HSL | 311.4º | 0.4% | 0.49% | - |
| HSV(B) | 311.4º | 0.57% | 0.69% | - |
| XYZ | 26.2 | 16.55 | 33.27 | - |
| YUV | 114.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 156 | 0 | 0.57 | 0.11 | 0.31 | 311.4 | 0.4 | 0.49 |
| Hex | AF | 4B | 9C | 0 | 39 | B | 1F | 137 | 28 | 31 |
| Octal | 257 | 113 | 234 | 0 | 71 | 13 | 37 | 467 | 50 | 61 |
| Binary | 10101111 | 1001011 | 10011100 | 0 | 111001 | 1011 | 11111 | 100110111 | 101000 | 110001 |
Color Harmonies of #AF4B9C
Complementary color
Monochromatic Colors of #AF4B9C
Black with #AF4B9C
Text Example
Text Example
White with #AF4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B9C; }
p { color: rgb(175,75,156); }
H1.HeaderClassName
{
color: #AF4B9C;
}
.AnyTagClassName
{
color: #AF4B9C;
}
</style>
background-color css
<style>
a { background-color: #AF4B9C; }
a { background-color: rgb(175,75,156); }
div.DivClassName
{
background-color: #AF4B9C;
}
.BgClassName
{
background-color: #AF4B9C;
}
</style>
border-color css
<style>
span { border-color: #AF4B9C; }
span { border-color: rgb(175,75,156); }
td.TdClassName
{
border-color: #AF4B9C;
}
.TagClassName
{
border-color: #AF4B9C;
}
</style>