Shades of Violet Blue #AF6BAC
Tints of Violet Blue #AF6BAC
RGB
CMYK
RGB Variations
Color information
#AF6BAC (or 0xAF6BAC) is known color: Violet Blue. HEX triplet: AF, 6B and AC. RGB value is (175,107,172). Sum of RGB (Red+Green+Blue) = 175+107+172=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAC is #509453. Grayscale: #868686. Windows color (decimal): -5280852 or 11299759. OLE color: 11299759.
HSL color Cylindrical-coordinate representation of color #AF6BAC: hue angle of 302.65º 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 #AF6BAC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 172 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.31 |
| HSL | 302.65º | 0.3% | 0.55% | - |
| HSV(B) | 302.65º | 0.39% | 0.69% | - |
| XYZ | 30.38 | 22.61 | 41.79 | - |
| YUV | 134.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 172 | 0 | 0.39 | 0.02 | 0.31 | 302.65 | 0.3 | 0.55 |
| Hex | AF | 6B | AC | 0 | 27 | 2 | 1F | 12F | 1E | 37 |
| Octal | 257 | 153 | 254 | 0 | 47 | 2 | 37 | 457 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10101100 | 0 | 100111 | 10 | 11111 | 100101111 | 11110 | 110111 |
Color Harmonies of #AF6BAC
Complementary color
Monochromatic Colors of #AF6BAC
Black with #AF6BAC
Text Example
Text Example
White with #AF6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BAC; }
p { color: rgb(175,107,172); }
H1.HeaderClassName
{
color: #AF6BAC;
}
.AnyTagClassName
{
color: #AF6BAC;
}
</style>
background-color css
<style>
a { background-color: #AF6BAC; }
a { background-color: rgb(175,107,172); }
div.DivClassName
{
background-color: #AF6BAC;
}
.BgClassName
{
background-color: #AF6BAC;
}
</style>
border-color css
<style>
span { border-color: #AF6BAC; }
span { border-color: rgb(175,107,172); }
td.TdClassName
{
border-color: #AF6BAC;
}
.TagClassName
{
border-color: #AF6BAC;
}
</style>