Shades of Violet Blue #AF5AAB
Tints of Violet Blue #AF5AAB
RGB
CMYK
RGB Variations
Color information
#AF5AAB (or 0xAF5AAB) is known color: Violet Blue. HEX triplet: AF, 5A and AB. RGB value is (175,90,171). Sum of RGB (Red+Green+Blue) = 175+90+171=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AAB is #50A554. Grayscale: #7C7C7C. Windows color (decimal): -5285205 or 11229871. OLE color: 11229871.
HSL color Cylindrical-coordinate representation of color #AF5AAB: hue angle of 302.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5AAB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 171 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.31 |
| HSL | 302.82º | 0.35% | 0.52% | - |
| HSV(B) | 302.82º | 0.49% | 0.69% | - |
| XYZ | 28.69 | 19.37 | 40.75 | - |
| YUV | 124.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 171 | 0 | 0.49 | 0.02 | 0.31 | 302.82 | 0.35 | 0.52 |
| Hex | AF | 5A | AB | 0 | 31 | 2 | 1F | 12F | 23 | 34 |
| Octal | 257 | 132 | 253 | 0 | 61 | 2 | 37 | 457 | 43 | 64 |
| Binary | 10101111 | 1011010 | 10101011 | 0 | 110001 | 10 | 11111 | 100101111 | 100011 | 110100 |
Color Harmonies of #AF5AAB
Complementary color
Monochromatic Colors of #AF5AAB
Black with #AF5AAB
Text Example
Text Example
White with #AF5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AAB; }
p { color: rgb(175,90,171); }
H1.HeaderClassName
{
color: #AF5AAB;
}
.AnyTagClassName
{
color: #AF5AAB;
}
</style>
background-color css
<style>
a { background-color: #AF5AAB; }
a { background-color: rgb(175,90,171); }
div.DivClassName
{
background-color: #AF5AAB;
}
.BgClassName
{
background-color: #AF5AAB;
}
</style>
border-color css
<style>
span { border-color: #AF5AAB; }
span { border-color: rgb(175,90,171); }
td.TdClassName
{
border-color: #AF5AAB;
}
.TagClassName
{
border-color: #AF5AAB;
}
</style>