Shades of Violet Blue #A267AB
Tints of Violet Blue #A267AB
RGB
CMYK
RGB Variations
Color information
#A267AB (or 0xA267AB) is known color: Violet Blue. HEX triplet: A2, 67 and AB. RGB value is (162,103,171). Sum of RGB (Red+Green+Blue) = 162+103+171=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A267AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A267AB is #5D9854. Grayscale: #808080. Windows color (decimal): -6133845 or 11233186. OLE color: 11233186.
HSL color Cylindrical-coordinate representation of color #A267AB: hue angle of 292.06º 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 #A267AB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 103 | 171 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.33 |
| HSL | 292.06º | 0.29% | 0.54% | - |
| HSV(B) | 292.06º | 0.4% | 0.67% | - |
| XYZ | 27.1 | 20.32 | 41.02 | - |
| YUV | 128.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 171 | 0.05 | 0.40 | 0 | 0.33 | 292.06 | 0.29 | 0.54 |
| Hex | A2 | 67 | AB | 5 | 28 | 0 | 21 | 124 | 1D | 36 |
| Octal | 242 | 147 | 253 | 5 | 50 | 0 | 41 | 444 | 35 | 66 |
| Binary | 10100010 | 1100111 | 10101011 | 101 | 101000 | 0 | 100001 | 100100100 | 11101 | 110110 |
Color Harmonies of #A267AB
Complementary color
Monochromatic Colors of #A267AB
Black with #A267AB
Text Example
Text Example
White with #A267AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267AB; }
p { color: rgb(162,103,171); }
H1.HeaderClassName
{
color: #A267AB;
}
.AnyTagClassName
{
color: #A267AB;
}
</style>
background-color css
<style>
a { background-color: #A267AB; }
a { background-color: rgb(162,103,171); }
div.DivClassName
{
background-color: #A267AB;
}
.BgClassName
{
background-color: #A267AB;
}
</style>
border-color css
<style>
span { border-color: #A267AB; }
span { border-color: rgb(162,103,171); }
td.TdClassName
{
border-color: #A267AB;
}
.TagClassName
{
border-color: #A267AB;
}
</style>