Shades of Violet Blue #AF6AAE
Tints of Violet Blue #AF6AAE
RGB
CMYK
RGB Variations
Color information
#AF6AAE (or 0xAF6AAE) is known color: Violet Blue. HEX triplet: AF, 6A and AE. RGB value is (175,106,174). Sum of RGB (Red+Green+Blue) = 175+106+174=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AAE is #509551. Grayscale: #868686. Windows color (decimal): -5281106 or 11430575. OLE color: 11430575.
HSL color Cylindrical-coordinate representation of color #AF6AAE: hue angle of 300.87º 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 #AF6AAE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 174 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.31 |
| HSL | 300.87º | 0.3% | 0.55% | - |
| HSV(B) | 300.87º | 0.39% | 0.69% | - |
| XYZ | 30.47 | 22.48 | 42.78 | - |
| YUV | 134.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 174 | 0 | 0.39 | 0.01 | 0.31 | 300.87 | 0.3 | 0.55 |
| Hex | AF | 6A | AE | 0 | 27 | 1 | 1F | 12D | 1E | 37 |
| Octal | 257 | 152 | 256 | 0 | 47 | 1 | 37 | 455 | 36 | 67 |
| Binary | 10101111 | 1101010 | 10101110 | 0 | 100111 | 1 | 11111 | 100101101 | 11110 | 110111 |
Color Harmonies of #AF6AAE
Complementary color
Monochromatic Colors of #AF6AAE
Black with #AF6AAE
Text Example
Text Example
White with #AF6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AAE; }
p { color: rgb(175,106,174); }
H1.HeaderClassName
{
color: #AF6AAE;
}
.AnyTagClassName
{
color: #AF6AAE;
}
</style>
background-color css
<style>
a { background-color: #AF6AAE; }
a { background-color: rgb(175,106,174); }
div.DivClassName
{
background-color: #AF6AAE;
}
.BgClassName
{
background-color: #AF6AAE;
}
</style>
border-color css
<style>
span { border-color: #AF6AAE; }
span { border-color: rgb(175,106,174); }
td.TdClassName
{
border-color: #AF6AAE;
}
.TagClassName
{
border-color: #AF6AAE;
}
</style>