Shades of Violet Blue #AF6AAA
Tints of Violet Blue #AF6AAA
RGB
CMYK
RGB Variations
Color information
#AF6AAA (or 0xAF6AAA) is known color: Violet Blue. HEX triplet: AF, 6A and AA. RGB value is (175,106,170). Sum of RGB (Red+Green+Blue) = 175+106+170=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AAA is #509555. Grayscale: #858585. Windows color (decimal): -5281110 or 11168431. OLE color: 11168431.
HSL color Cylindrical-coordinate representation of color #AF6AAA: hue angle of 304.35º 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 #AF6AAA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 170 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.31 |
| HSL | 304.35º | 0.3% | 0.55% | - |
| HSV(B) | 304.35º | 0.39% | 0.69% | - |
| XYZ | 30.09 | 22.32 | 40.75 | - |
| YUV | 133.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 170 | 0 | 0.39 | 0.03 | 0.31 | 304.35 | 0.3 | 0.55 |
| Hex | AF | 6A | AA | 0 | 27 | 3 | 1F | 130 | 1E | 37 |
| Octal | 257 | 152 | 252 | 0 | 47 | 3 | 37 | 460 | 36 | 67 |
| Binary | 10101111 | 1101010 | 10101010 | 0 | 100111 | 11 | 11111 | 100110000 | 11110 | 110111 |
Color Harmonies of #AF6AAA
Complementary color
Monochromatic Colors of #AF6AAA
Black with #AF6AAA
Text Example
Text Example
White with #AF6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AAA; }
p { color: rgb(175,106,170); }
H1.HeaderClassName
{
color: #AF6AAA;
}
.AnyTagClassName
{
color: #AF6AAA;
}
</style>
background-color css
<style>
a { background-color: #AF6AAA; }
a { background-color: rgb(175,106,170); }
div.DivClassName
{
background-color: #AF6AAA;
}
.BgClassName
{
background-color: #AF6AAA;
}
</style>
border-color css
<style>
span { border-color: #AF6AAA; }
span { border-color: rgb(175,106,170); }
td.TdClassName
{
border-color: #AF6AAA;
}
.TagClassName
{
border-color: #AF6AAA;
}
</style>