Shades of Violet Blue #A268B0
Tints of Violet Blue #A268B0
RGB
CMYK
RGB Variations
Color information
#A268B0 (or 0xA268B0) is known color: Violet Blue. HEX triplet: A2, 68 and B0. RGB value is (162,104,176). Sum of RGB (Red+Green+Blue) = 162+104+176=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 176 - color contains mainly: blue. Hex color #A268B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268B0 is #5D974F. Grayscale: #818181. Windows color (decimal): -6133584 or 11561122. OLE color: 11561122.
HSL color Cylindrical-coordinate representation of color #A268B0: hue angle of 288.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A268B0 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 104 | 176 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.31 |
| HSL | 288.33º | 0.31% | 0.55% | - |
| HSV(B) | 288.33º | 0.41% | 0.69% | - |
| XYZ | 27.69 | 20.72 | 43.61 | - |
| YUV | 129.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 176 | 0.08 | 0.41 | 0 | 0.31 | 288.33 | 0.31 | 0.55 |
| Hex | A2 | 68 | B0 | 8 | 29 | 0 | 1F | 120 | 1F | 37 |
| Octal | 242 | 150 | 260 | 10 | 51 | 0 | 37 | 440 | 37 | 67 |
| Binary | 10100010 | 1101000 | 10110000 | 1000 | 101001 | 0 | 11111 | 100100000 | 11111 | 110111 |
Color Harmonies of #A268B0
Complementary color
Monochromatic Colors of #A268B0
Black with #A268B0
Text Example
Text Example
White with #A268B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268B0; }
p { color: rgb(162,104,176); }
H1.HeaderClassName
{
color: #A268B0;
}
.AnyTagClassName
{
color: #A268B0;
}
</style>
background-color css
<style>
a { background-color: #A268B0; }
a { background-color: rgb(162,104,176); }
div.DivClassName
{
background-color: #A268B0;
}
.BgClassName
{
background-color: #A268B0;
}
</style>
border-color css
<style>
span { border-color: #A268B0; }
span { border-color: rgb(162,104,176); }
td.TdClassName
{
border-color: #A268B0;
}
.TagClassName
{
border-color: #A268B0;
}
</style>