Shades of Violet Blue #AF6BA2
Tints of Violet Blue #AF6BA2
RGB
CMYK
RGB Variations
Color information
#AF6BA2 (or 0xAF6BA2) is known color: Violet Blue. HEX triplet: AF, 6B and A2. RGB value is (175,107,162). Sum of RGB (Red+Green+Blue) = 175+107+162=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA2 is #50945D. Grayscale: #858585. Windows color (decimal): -5280862 or 10644399. OLE color: 10644399.
HSL color Cylindrical-coordinate representation of color #AF6BA2: hue angle of 311.47º 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 #AF6BA2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 162 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.31 |
| HSL | 311.47º | 0.3% | 0.55% | - |
| HSV(B) | 311.47º | 0.39% | 0.69% | - |
| XYZ | 29.46 | 22.24 | 36.92 | - |
| YUV | 133.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 162 | 0 | 0.39 | 0.07 | 0.31 | 311.47 | 0.3 | 0.55 |
| Hex | AF | 6B | A2 | 0 | 27 | 7 | 1F | 137 | 1E | 37 |
| Octal | 257 | 153 | 242 | 0 | 47 | 7 | 37 | 467 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10100010 | 0 | 100111 | 111 | 11111 | 100110111 | 11110 | 110111 |
Color Harmonies of #AF6BA2
Complementary color
Monochromatic Colors of #AF6BA2
Black with #AF6BA2
Text Example
Text Example
White with #AF6BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BA2; }
p { color: rgb(175,107,162); }
H1.HeaderClassName
{
color: #AF6BA2;
}
.AnyTagClassName
{
color: #AF6BA2;
}
</style>
background-color css
<style>
a { background-color: #AF6BA2; }
a { background-color: rgb(175,107,162); }
div.DivClassName
{
background-color: #AF6BA2;
}
.BgClassName
{
background-color: #AF6BA2;
}
</style>
border-color css
<style>
span { border-color: #AF6BA2; }
span { border-color: rgb(175,107,162); }
td.TdClassName
{
border-color: #AF6BA2;
}
.TagClassName
{
border-color: #AF6BA2;
}
</style>