Shades of Violet Blue #A263A4
Tints of Violet Blue #A263A4
RGB
CMYK
RGB Variations
Color information
#A263A4 (or 0xA263A4) is known color: Violet Blue. HEX triplet: A2, 63 and A4. RGB value is (162,99,164). Sum of RGB (Red+Green+Blue) = 162+99+164=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #A263A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263A4 is #5D9C5B. Grayscale: #7D7D7D. Windows color (decimal): -6134876 or 10773410. OLE color: 10773410.
HSL color Cylindrical-coordinate representation of color #A263A4: hue angle of 298.15º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A263A4 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 164 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.36 |
| HSL | 298.15º | 0.26% | 0.52% | - |
| HSV(B) | 298.15º | 0.4% | 0.64% | - |
| XYZ | 26.06 | 19.29 | 37.47 | - |
| YUV | 125.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 164 | 0.01 | 0.40 | 0 | 0.36 | 298.15 | 0.26 | 0.52 |
| Hex | A2 | 63 | A4 | 1 | 28 | 0 | 24 | 12A | 1A | 34 |
| Octal | 242 | 143 | 244 | 1 | 50 | 0 | 44 | 452 | 32 | 64 |
| Binary | 10100010 | 1100011 | 10100100 | 1 | 101000 | 0 | 100100 | 100101010 | 11010 | 110100 |
Color Harmonies of #A263A4
Complementary color
Monochromatic Colors of #A263A4
Black with #A263A4
Text Example
Text Example
White with #A263A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263A4; }
p { color: rgb(162,99,164); }
H1.HeaderClassName
{
color: #A263A4;
}
.AnyTagClassName
{
color: #A263A4;
}
</style>
background-color css
<style>
a { background-color: #A263A4; }
a { background-color: rgb(162,99,164); }
div.DivClassName
{
background-color: #A263A4;
}
.BgClassName
{
background-color: #A263A4;
}
</style>
border-color css
<style>
span { border-color: #A263A4; }
span { border-color: rgb(162,99,164); }
td.TdClassName
{
border-color: #A263A4;
}
.TagClassName
{
border-color: #A263A4;
}
</style>