Shades of Violet Blue #AF5B9D
Tints of Violet Blue #AF5B9D
RGB
CMYK
RGB Variations
Color information
#AF5B9D (or 0xAF5B9D) is known color: Violet Blue. HEX triplet: AF, 5B and 9D. RGB value is (175,91,157). Sum of RGB (Red+Green+Blue) = 175+91+157=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B9D is #50A462. Grayscale: #7B7B7B. Windows color (decimal): -5284963 or 10312623. OLE color: 10312623.
HSL color Cylindrical-coordinate representation of color #AF5B9D: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF5B9D is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 157 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.31 |
| HSL | 312.86º | 0.34% | 0.52% | - |
| HSV(B) | 312.86º | 0.48% | 0.69% | - |
| XYZ | 27.51 | 19.03 | 34.12 | - |
| YUV | 123.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 157 | 0 | 0.48 | 0.10 | 0.31 | 312.86 | 0.34 | 0.52 |
| Hex | AF | 5B | 9D | 0 | 30 | A | 1F | 139 | 22 | 34 |
| Octal | 257 | 133 | 235 | 0 | 60 | 12 | 37 | 471 | 42 | 64 |
| Binary | 10101111 | 1011011 | 10011101 | 0 | 110000 | 1010 | 11111 | 100111001 | 100010 | 110100 |
Color Harmonies of #AF5B9D
Complementary color
Monochromatic Colors of #AF5B9D
Black with #AF5B9D
Text Example
Text Example
White with #AF5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B9D; }
p { color: rgb(175,91,157); }
H1.HeaderClassName
{
color: #AF5B9D;
}
.AnyTagClassName
{
color: #AF5B9D;
}
</style>
background-color css
<style>
a { background-color: #AF5B9D; }
a { background-color: rgb(175,91,157); }
div.DivClassName
{
background-color: #AF5B9D;
}
.BgClassName
{
background-color: #AF5B9D;
}
</style>
border-color css
<style>
span { border-color: #AF5B9D; }
span { border-color: rgb(175,91,157); }
td.TdClassName
{
border-color: #AF5B9D;
}
.TagClassName
{
border-color: #AF5B9D;
}
</style>