Shades of Violet Blue #A267AC
Tints of Violet Blue #A267AC
RGB
CMYK
RGB Variations
Color information
#A267AC (or 0xA267AC) is known color: Violet Blue. HEX triplet: A2, 67 and AC. RGB value is (162,103,172). Sum of RGB (Red+Green+Blue) = 162+103+172=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #A267AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AC is #5D9853. Grayscale: #808080. Windows color (decimal): -6133844 or 11298722. OLE color: 11298722.
HSL color Cylindrical-coordinate representation of color #A267AC: hue angle of 291.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A267AC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 103 | 172 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.33 |
| HSL | 291.3º | 0.29% | 0.54% | - |
| HSV(B) | 291.3º | 0.4% | 0.67% | - |
| XYZ | 27.2 | 20.36 | 41.53 | - |
| YUV | 128.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 172 | 0.06 | 0.40 | 0 | 0.33 | 291.3 | 0.29 | 0.54 |
| Hex | A2 | 67 | AC | 6 | 28 | 0 | 21 | 123 | 1D | 36 |
| Octal | 242 | 147 | 254 | 6 | 50 | 0 | 41 | 443 | 35 | 66 |
| Binary | 10100010 | 1100111 | 10101100 | 110 | 101000 | 0 | 100001 | 100100011 | 11101 | 110110 |
Color Harmonies of #A267AC
Complementary color
Monochromatic Colors of #A267AC
Black with #A267AC
Text Example
Text Example
White with #A267AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267AC; }
p { color: rgb(162,103,172); }
H1.HeaderClassName
{
color: #A267AC;
}
.AnyTagClassName
{
color: #A267AC;
}
</style>
background-color css
<style>
a { background-color: #A267AC; }
a { background-color: rgb(162,103,172); }
div.DivClassName
{
background-color: #A267AC;
}
.BgClassName
{
background-color: #A267AC;
}
</style>
border-color css
<style>
span { border-color: #A267AC; }
span { border-color: rgb(162,103,172); }
td.TdClassName
{
border-color: #A267AC;
}
.TagClassName
{
border-color: #A267AC;
}
</style>