Shades of Violet Blue #AF6BA0
Tints of Violet Blue #AF6BA0
RGB
CMYK
RGB Variations
Color information
#AF6BA0 (or 0xAF6BA0) is known color: Violet Blue. HEX triplet: AF, 6B and A0. RGB value is (175,107,160). Sum of RGB (Red+Green+Blue) = 175+107+160=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA0 is #50945F. Grayscale: #858585. Windows color (decimal): -5280864 or 10513327. OLE color: 10513327.
HSL color Cylindrical-coordinate representation of color #AF6BA0: hue angle of 313.24º 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 #AF6BA0 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 160 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.31 |
| HSL | 313.24º | 0.3% | 0.55% | - |
| HSV(B) | 313.24º | 0.39% | 0.69% | - |
| XYZ | 29.28 | 22.17 | 35.99 | - |
| YUV | 133.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 160 | 0 | 0.39 | 0.09 | 0.31 | 313.24 | 0.3 | 0.55 |
| Hex | AF | 6B | A0 | 0 | 27 | 9 | 1F | 139 | 1E | 37 |
| Octal | 257 | 153 | 240 | 0 | 47 | 11 | 37 | 471 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10100000 | 0 | 100111 | 1001 | 11111 | 100111001 | 11110 | 110111 |
Color Harmonies of #AF6BA0
Complementary color
Monochromatic Colors of #AF6BA0
Black with #AF6BA0
Text Example
Text Example
White with #AF6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BA0; }
p { color: rgb(175,107,160); }
H1.HeaderClassName
{
color: #AF6BA0;
}
.AnyTagClassName
{
color: #AF6BA0;
}
</style>
background-color css
<style>
a { background-color: #AF6BA0; }
a { background-color: rgb(175,107,160); }
div.DivClassName
{
background-color: #AF6BA0;
}
.BgClassName
{
background-color: #AF6BA0;
}
</style>
border-color css
<style>
span { border-color: #AF6BA0; }
span { border-color: rgb(175,107,160); }
td.TdClassName
{
border-color: #AF6BA0;
}
.TagClassName
{
border-color: #AF6BA0;
}
</style>