Shades of Violet Blue #AF5B9A
Tints of Violet Blue #AF5B9A
RGB
CMYK
RGB Variations
Color information
#AF5B9A (or 0xAF5B9A) is known color: Violet Blue. HEX triplet: AF, 5B and 9A. RGB value is (175,91,154). Sum of RGB (Red+Green+Blue) = 175+91+154=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5B9A is #50A465. Grayscale: #7B7B7B. Windows color (decimal): -5284966 or 10116015. OLE color: 10116015.
HSL color Cylindrical-coordinate representation of color #AF5B9A: hue angle of 315º 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 #AF5B9A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 91 | 154 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.31 |
| HSL | 315º | 0.34% | 0.52% | - |
| HSV(B) | 315º | 0.48% | 0.69% | - |
| XYZ | 27.25 | 18.93 | 32.79 | - |
| YUV | 123.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 154 | 0 | 0.48 | 0.12 | 0.31 | 315 | 0.34 | 0.52 |
| Hex | AF | 5B | 9A | 0 | 30 | C | 1F | 13B | 22 | 34 |
| Octal | 257 | 133 | 232 | 0 | 60 | 14 | 37 | 473 | 42 | 64 |
| Binary | 10101111 | 1011011 | 10011010 | 0 | 110000 | 1100 | 11111 | 100111011 | 100010 | 110100 |
Color Harmonies of #AF5B9A
Complementary color
Monochromatic Colors of #AF5B9A
Black with #AF5B9A
Text Example
Text Example
White with #AF5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5B9A; }
p { color: rgb(175,91,154); }
H1.HeaderClassName
{
color: #AF5B9A;
}
.AnyTagClassName
{
color: #AF5B9A;
}
</style>
background-color css
<style>
a { background-color: #AF5B9A; }
a { background-color: rgb(175,91,154); }
div.DivClassName
{
background-color: #AF5B9A;
}
.BgClassName
{
background-color: #AF5B9A;
}
</style>
border-color css
<style>
span { border-color: #AF5B9A; }
span { border-color: rgb(175,91,154); }
td.TdClassName
{
border-color: #AF5B9A;
}
.TagClassName
{
border-color: #AF5B9A;
}
</style>