Shades of Violet Blue #AF4D9C
Tints of Violet Blue #AF4D9C
RGB
CMYK
RGB Variations
Color information
#AF4D9C (or 0xAF4D9C) is known color: Violet Blue. HEX triplet: AF, 4D and 9C. RGB value is (175,77,156). Sum of RGB (Red+Green+Blue) = 175+77+156=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D9C is #50B263. Grayscale: #737373. Windows color (decimal): -5288548 or 10243503. OLE color: 10243503.
HSL color Cylindrical-coordinate representation of color #AF4D9C: hue angle of 311.63º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D9C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 156 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.31 |
| HSL | 311.63º | 0.39% | 0.49% | - |
| HSV(B) | 311.63º | 0.56% | 0.69% | - |
| XYZ | 26.33 | 16.82 | 33.31 | - |
| YUV | 115.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 156 | 0 | 0.56 | 0.11 | 0.31 | 311.63 | 0.39 | 0.49 |
| Hex | AF | 4D | 9C | 0 | 38 | B | 1F | 138 | 27 | 31 |
| Octal | 257 | 115 | 234 | 0 | 70 | 13 | 37 | 470 | 47 | 61 |
| Binary | 10101111 | 1001101 | 10011100 | 0 | 111000 | 1011 | 11111 | 100111000 | 100111 | 110001 |
Color Harmonies of #AF4D9C
Complementary color
Monochromatic Colors of #AF4D9C
Black with #AF4D9C
Text Example
Text Example
White with #AF4D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D9C; }
p { color: rgb(175,77,156); }
H1.HeaderClassName
{
color: #AF4D9C;
}
.AnyTagClassName
{
color: #AF4D9C;
}
</style>
background-color css
<style>
a { background-color: #AF4D9C; }
a { background-color: rgb(175,77,156); }
div.DivClassName
{
background-color: #AF4D9C;
}
.BgClassName
{
background-color: #AF4D9C;
}
</style>
border-color css
<style>
span { border-color: #AF4D9C; }
span { border-color: rgb(175,77,156); }
td.TdClassName
{
border-color: #AF4D9C;
}
.TagClassName
{
border-color: #AF4D9C;
}
</style>