Shades of Violet Blue #A267A0
Tints of Violet Blue #A267A0
RGB
CMYK
RGB Variations
Color information
#A267A0 (or 0xA267A0) is known color: Violet Blue. HEX triplet: A2, 67 and A0. RGB value is (162,103,160). Sum of RGB (Red+Green+Blue) = 162+103+160=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A267A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267A0 is #5D985F. Grayscale: #7E7E7E. Windows color (decimal): -6133856 or 10512290. OLE color: 10512290.
HSL color Cylindrical-coordinate representation of color #A267A0: hue angle of 302.03º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A267A0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 160 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.36 |
| HSL | 302.03º | 0.24% | 0.52% | - |
| HSV(B) | 302.03º | 0.36% | 0.64% | - |
| XYZ | 26.1 | 19.92 | 35.73 | - |
| YUV | 127.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 160 | 0 | 0.36 | 0.01 | 0.36 | 302.03 | 0.24 | 0.52 |
| Hex | A2 | 67 | A0 | 0 | 24 | 1 | 24 | 12E | 18 | 34 |
| Octal | 242 | 147 | 240 | 0 | 44 | 1 | 44 | 456 | 30 | 64 |
| Binary | 10100010 | 1100111 | 10100000 | 0 | 100100 | 1 | 100100 | 100101110 | 11000 | 110100 |
Color Harmonies of #A267A0
Complementary color
Monochromatic Colors of #A267A0
Black with #A267A0
Text Example
Text Example
White with #A267A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267A0; }
p { color: rgb(162,103,160); }
H1.HeaderClassName
{
color: #A267A0;
}
.AnyTagClassName
{
color: #A267A0;
}
</style>
background-color css
<style>
a { background-color: #A267A0; }
a { background-color: rgb(162,103,160); }
div.DivClassName
{
background-color: #A267A0;
}
.BgClassName
{
background-color: #A267A0;
}
</style>
border-color css
<style>
span { border-color: #A267A0; }
span { border-color: rgb(162,103,160); }
td.TdClassName
{
border-color: #A267A0;
}
.TagClassName
{
border-color: #A267A0;
}
</style>