Shades of Violet Blue #AF6BA1
Tints of Violet Blue #AF6BA1
RGB
CMYK
RGB Variations
Color information
#AF6BA1 (or 0xAF6BA1) is known color: Violet Blue. HEX triplet: AF, 6B and A1. RGB value is (175,107,161). Sum of RGB (Red+Green+Blue) = 175+107+161=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA1 is #50945E. Grayscale: #858585. Windows color (decimal): -5280863 or 10578863. OLE color: 10578863.
HSL color Cylindrical-coordinate representation of color #AF6BA1: hue angle of 312.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6BA1 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 161 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.31 |
| HSL | 312.35º | 0.3% | 0.55% | - |
| HSV(B) | 312.35º | 0.39% | 0.69% | - |
| XYZ | 29.37 | 22.2 | 36.46 | - |
| YUV | 133.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 161 | 0 | 0.39 | 0.08 | 0.31 | 312.35 | 0.3 | 0.55 |
| Hex | AF | 6B | A1 | 0 | 27 | 8 | 1F | 138 | 1E | 37 |
| Octal | 257 | 153 | 241 | 0 | 47 | 10 | 37 | 470 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10100001 | 0 | 100111 | 1000 | 11111 | 100111000 | 11110 | 110111 |
Color Harmonies of #AF6BA1
Complementary color
Monochromatic Colors of #AF6BA1
Black with #AF6BA1
Text Example
Text Example
White with #AF6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BA1; }
p { color: rgb(175,107,161); }
H1.HeaderClassName
{
color: #AF6BA1;
}
.AnyTagClassName
{
color: #AF6BA1;
}
</style>
background-color css
<style>
a { background-color: #AF6BA1; }
a { background-color: rgb(175,107,161); }
div.DivClassName
{
background-color: #AF6BA1;
}
.BgClassName
{
background-color: #AF6BA1;
}
</style>
border-color css
<style>
span { border-color: #AF6BA1; }
span { border-color: rgb(175,107,161); }
td.TdClassName
{
border-color: #AF6BA1;
}
.TagClassName
{
border-color: #AF6BA1;
}
</style>