Shades of Violet Blue #A268A1
Tints of Violet Blue #A268A1
RGB
CMYK
RGB Variations
Color information
#A268A1 (or 0xA268A1) is known color: Violet Blue. HEX triplet: A2, 68 and A1. RGB value is (162,104,161). Sum of RGB (Red+Green+Blue) = 162+104+161=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A268A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268A1 is #5D975E. Grayscale: #7F7F7F. Windows color (decimal): -6133599 or 10578082. OLE color: 10578082.
HSL color Cylindrical-coordinate representation of color #A268A1: hue angle of 301.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 #A268A1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 161 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.36 |
| HSL | 301.03º | 0.24% | 0.52% | - |
| HSV(B) | 301.03º | 0.36% | 0.64% | - |
| XYZ | 26.28 | 20.16 | 36.22 | - |
| YUV | 127.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 161 | 0 | 0.36 | 0.01 | 0.36 | 301.03 | 0.24 | 0.52 |
| Hex | A2 | 68 | A1 | 0 | 24 | 1 | 24 | 12D | 18 | 34 |
| Octal | 242 | 150 | 241 | 0 | 44 | 1 | 44 | 455 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10100001 | 0 | 100100 | 1 | 100100 | 100101101 | 11000 | 110100 |
Color Harmonies of #A268A1
Complementary color
Monochromatic Colors of #A268A1
Black with #A268A1
Text Example
Text Example
White with #A268A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268A1; }
p { color: rgb(162,104,161); }
H1.HeaderClassName
{
color: #A268A1;
}
.AnyTagClassName
{
color: #A268A1;
}
</style>
background-color css
<style>
a { background-color: #A268A1; }
a { background-color: rgb(162,104,161); }
div.DivClassName
{
background-color: #A268A1;
}
.BgClassName
{
background-color: #A268A1;
}
</style>
border-color css
<style>
span { border-color: #A268A1; }
span { border-color: rgb(162,104,161); }
td.TdClassName
{
border-color: #A268A1;
}
.TagClassName
{
border-color: #A268A1;
}
</style>