Shades of Violet Blue #AF6CAC
Tints of Violet Blue #AF6CAC
RGB
CMYK
RGB Variations
Color information
#AF6CAC (or 0xAF6CAC) is known color: Violet Blue. HEX triplet: AF, 6C and AC. RGB value is (175,108,172). Sum of RGB (Red+Green+Blue) = 175+108+172=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAC is #509353. Grayscale: #878787. Windows color (decimal): -5280596 or 11300015. OLE color: 11300015.
HSL color Cylindrical-coordinate representation of color #AF6CAC: hue angle of 302.69º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CAC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 172 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.31 |
| HSL | 302.69º | 0.3% | 0.55% | - |
| HSV(B) | 302.69º | 0.38% | 0.69% | - |
| XYZ | 30.49 | 22.82 | 41.83 | - |
| YUV | 135.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 172 | 0 | 0.38 | 0.02 | 0.31 | 302.69 | 0.3 | 0.55 |
| Hex | AF | 6C | AC | 0 | 26 | 2 | 1F | 12F | 1E | 37 |
| Octal | 257 | 154 | 254 | 0 | 46 | 2 | 37 | 457 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10101100 | 0 | 100110 | 10 | 11111 | 100101111 | 11110 | 110111 |
Color Harmonies of #AF6CAC
Complementary color
Monochromatic Colors of #AF6CAC
Black with #AF6CAC
Text Example
Text Example
White with #AF6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CAC; }
p { color: rgb(175,108,172); }
H1.HeaderClassName
{
color: #AF6CAC;
}
.AnyTagClassName
{
color: #AF6CAC;
}
</style>
background-color css
<style>
a { background-color: #AF6CAC; }
a { background-color: rgb(175,108,172); }
div.DivClassName
{
background-color: #AF6CAC;
}
.BgClassName
{
background-color: #AF6CAC;
}
</style>
border-color css
<style>
span { border-color: #AF6CAC; }
span { border-color: rgb(175,108,172); }
td.TdClassName
{
border-color: #AF6CAC;
}
.TagClassName
{
border-color: #AF6CAC;
}
</style>