Shades of Violet Blue #AF5AB0
Tints of Violet Blue #AF5AB0
RGB
CMYK
RGB Variations
Color information
#AF5AB0 (or 0xAF5AB0) is known color: Violet Blue. HEX triplet: AF, 5A and B0. RGB value is (175,90,176). Sum of RGB (Red+Green+Blue) = 175+90+176=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF5AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AB0 is #50A54F. Grayscale: #7C7C7C. Windows color (decimal): -5285200 or 11557551. OLE color: 11557551.
HSL color Cylindrical-coordinate representation of color #AF5AB0: hue angle of 299.3º 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 #AF5AB0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 176 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.31 |
| HSL | 299.3º | 0.35% | 0.52% | - |
| HSV(B) | 299.3º | 0.49% | 0.69% | - |
| XYZ | 29.17 | 19.56 | 43.31 | - |
| YUV | 125.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 176 | 0.01 | 0.49 | 0 | 0.31 | 299.3 | 0.35 | 0.52 |
| Hex | AF | 5A | B0 | 1 | 31 | 0 | 1F | 12B | 23 | 34 |
| Octal | 257 | 132 | 260 | 1 | 61 | 0 | 37 | 453 | 43 | 64 |
| Binary | 10101111 | 1011010 | 10110000 | 1 | 110001 | 0 | 11111 | 100101011 | 100011 | 110100 |
Color Harmonies of #AF5AB0
Complementary color
Monochromatic Colors of #AF5AB0
Black with #AF5AB0
Text Example
Text Example
White with #AF5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AB0; }
p { color: rgb(175,90,176); }
H1.HeaderClassName
{
color: #AF5AB0;
}
.AnyTagClassName
{
color: #AF5AB0;
}
</style>
background-color css
<style>
a { background-color: #AF5AB0; }
a { background-color: rgb(175,90,176); }
div.DivClassName
{
background-color: #AF5AB0;
}
.BgClassName
{
background-color: #AF5AB0;
}
</style>
border-color css
<style>
span { border-color: #AF5AB0; }
span { border-color: rgb(175,90,176); }
td.TdClassName
{
border-color: #AF5AB0;
}
.TagClassName
{
border-color: #AF5AB0;
}
</style>