Shades of Violet Blue #A268AB
Tints of Violet Blue #A268AB
RGB
CMYK
RGB Variations
Color information
#A268AB (or 0xA268AB) is known color: Violet Blue. HEX triplet: A2, 68 and AB. RGB value is (162,104,171). Sum of RGB (Red+Green+Blue) = 162+104+171=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A268AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268AB is #5D9754. Grayscale: #808080. Windows color (decimal): -6133589 or 11233442. OLE color: 11233442.
HSL color Cylindrical-coordinate representation of color #A268AB: hue angle of 291.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A268AB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 104 | 171 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.33 |
| HSL | 291.94º | 0.29% | 0.54% | - |
| HSV(B) | 291.94º | 0.39% | 0.67% | - |
| XYZ | 27.2 | 20.52 | 41.06 | - |
| YUV | 128.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 171 | 0.05 | 0.39 | 0 | 0.33 | 291.94 | 0.29 | 0.54 |
| Hex | A2 | 68 | AB | 5 | 27 | 0 | 21 | 124 | 1D | 36 |
| Octal | 242 | 150 | 253 | 5 | 47 | 0 | 41 | 444 | 35 | 66 |
| Binary | 10100010 | 1101000 | 10101011 | 101 | 100111 | 0 | 100001 | 100100100 | 11101 | 110110 |
Color Harmonies of #A268AB
Complementary color
Monochromatic Colors of #A268AB
Black with #A268AB
Text Example
Text Example
White with #A268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268AB; }
p { color: rgb(162,104,171); }
H1.HeaderClassName
{
color: #A268AB;
}
.AnyTagClassName
{
color: #A268AB;
}
</style>
background-color css
<style>
a { background-color: #A268AB; }
a { background-color: rgb(162,104,171); }
div.DivClassName
{
background-color: #A268AB;
}
.BgClassName
{
background-color: #A268AB;
}
</style>
border-color css
<style>
span { border-color: #A268AB; }
span { border-color: rgb(162,104,171); }
td.TdClassName
{
border-color: #A268AB;
}
.TagClassName
{
border-color: #A268AB;
}
</style>