Shades of Violet Blue #A672AF
Tints of Violet Blue #A672AF
RGB
CMYK
RGB Variations
Color information
#A672AF (or 0xA672AF) is known color: Violet Blue. HEX triplet: A6, 72 and AF. RGB value is (166,114,175). Sum of RGB (Red+Green+Blue) = 166+114+175=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A672AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AF is #598D50. Grayscale: #888888. Windows color (decimal): -5868881 or 11498150. OLE color: 11498150.
HSL color Cylindrical-coordinate representation of color #A672AF: hue angle of 291.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A672AF is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 114 | 175 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.31 |
| HSL | 291.15º | 0.28% | 0.57% | - |
| HSV(B) | 291.15º | 0.35% | 0.69% | - |
| XYZ | 29.48 | 23.24 | 43.49 | - |
| YUV | 136.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 175 | 0.05 | 0.35 | 0 | 0.31 | 291.15 | 0.28 | 0.57 |
| Hex | A6 | 72 | AF | 5 | 23 | 0 | 1F | 123 | 1C | 39 |
| Octal | 246 | 162 | 257 | 5 | 43 | 0 | 37 | 443 | 34 | 71 |
| Binary | 10100110 | 1110010 | 10101111 | 101 | 100011 | 0 | 11111 | 100100011 | 11100 | 111001 |
Color Harmonies of #A672AF
Complementary color
Monochromatic Colors of #A672AF
Black with #A672AF
Text Example
Text Example
White with #A672AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672AF; }
p { color: rgb(166,114,175); }
H1.HeaderClassName
{
color: #A672AF;
}
.AnyTagClassName
{
color: #A672AF;
}
</style>
background-color css
<style>
a { background-color: #A672AF; }
a { background-color: rgb(166,114,175); }
div.DivClassName
{
background-color: #A672AF;
}
.BgClassName
{
background-color: #A672AF;
}
</style>
border-color css
<style>
span { border-color: #A672AF; }
span { border-color: rgb(166,114,175); }
td.TdClassName
{
border-color: #A672AF;
}
.TagClassName
{
border-color: #A672AF;
}
</style>