Shades of Violet Blue #AF6AA2
Tints of Violet Blue #AF6AA2
RGB
CMYK
RGB Variations
Color information
#AF6AA2 (or 0xAF6AA2) is known color: Violet Blue. HEX triplet: AF, 6A and A2. RGB value is (175,106,162). Sum of RGB (Red+Green+Blue) = 175+106+162=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA2 is #50955D. Grayscale: #848484. Windows color (decimal): -5281118 or 10644143. OLE color: 10644143.
HSL color Cylindrical-coordinate representation of color #AF6AA2: hue angle of 311.3º 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 #AF6AA2 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 162 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.31 |
| HSL | 311.3º | 0.3% | 0.55% | - |
| HSV(B) | 311.3º | 0.39% | 0.69% | - |
| XYZ | 29.35 | 22.03 | 36.89 | - |
| YUV | 133.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 162 | 0 | 0.39 | 0.07 | 0.31 | 311.3 | 0.3 | 0.55 |
| Hex | AF | 6A | A2 | 0 | 27 | 7 | 1F | 137 | 1E | 37 |
| Octal | 257 | 152 | 242 | 0 | 47 | 7 | 37 | 467 | 36 | 67 |
| Binary | 10101111 | 1101010 | 10100010 | 0 | 100111 | 111 | 11111 | 100110111 | 11110 | 110111 |
Color Harmonies of #AF6AA2
Complementary color
Monochromatic Colors of #AF6AA2
Black with #AF6AA2
Text Example
Text Example
White with #AF6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AA2; }
p { color: rgb(175,106,162); }
H1.HeaderClassName
{
color: #AF6AA2;
}
.AnyTagClassName
{
color: #AF6AA2;
}
</style>
background-color css
<style>
a { background-color: #AF6AA2; }
a { background-color: rgb(175,106,162); }
div.DivClassName
{
background-color: #AF6AA2;
}
.BgClassName
{
background-color: #AF6AA2;
}
</style>
border-color css
<style>
span { border-color: #AF6AA2; }
span { border-color: rgb(175,106,162); }
td.TdClassName
{
border-color: #AF6AA2;
}
.TagClassName
{
border-color: #AF6AA2;
}
</style>