Shades of Violet Blue #AF4B9D
Tints of Violet Blue #AF4B9D
RGB
CMYK
RGB Variations
Color information
#AF4B9D (or 0xAF4B9D) is known color: Violet Blue. HEX triplet: AF, 4B and 9D. RGB value is (175,75,157). Sum of RGB (Red+Green+Blue) = 175+75+157=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B9D is #50B462. Grayscale: #727272. Windows color (decimal): -5289059 or 10308527. OLE color: 10308527.
HSL color Cylindrical-coordinate representation of color #AF4B9D: hue angle of 310.8º 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 #AF4B9D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 157 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.31 |
| HSL | 310.8º | 0.4% | 0.49% | - |
| HSV(B) | 310.8º | 0.57% | 0.69% | - |
| XYZ | 26.28 | 16.58 | 33.71 | - |
| YUV | 114.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 157 | 0 | 0.57 | 0.10 | 0.31 | 310.8 | 0.4 | 0.49 |
| Hex | AF | 4B | 9D | 0 | 39 | A | 1F | 137 | 28 | 31 |
| Octal | 257 | 113 | 235 | 0 | 71 | 12 | 37 | 467 | 50 | 61 |
| Binary | 10101111 | 1001011 | 10011101 | 0 | 111001 | 1010 | 11111 | 100110111 | 101000 | 110001 |
Color Harmonies of #AF4B9D
Complementary color
Monochromatic Colors of #AF4B9D
Black with #AF4B9D
Text Example
Text Example
White with #AF4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B9D; }
p { color: rgb(175,75,157); }
H1.HeaderClassName
{
color: #AF4B9D;
}
.AnyTagClassName
{
color: #AF4B9D;
}
</style>
background-color css
<style>
a { background-color: #AF4B9D; }
a { background-color: rgb(175,75,157); }
div.DivClassName
{
background-color: #AF4B9D;
}
.BgClassName
{
background-color: #AF4B9D;
}
</style>
border-color css
<style>
span { border-color: #AF4B9D; }
span { border-color: rgb(175,75,157); }
td.TdClassName
{
border-color: #AF4B9D;
}
.TagClassName
{
border-color: #AF4B9D;
}
</style>