Shades of Violet Blue #A634A0
Tints of Violet Blue #A634A0
RGB
CMYK
RGB Variations
Color information
#A634A0 (or 0xA634A0) is known color: Violet Blue. HEX triplet: A6, 34 and A0. RGB value is (166,52,160). Sum of RGB (Red+Green+Blue) = 166+52+160=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A634A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634A0 is #59CB5F. Grayscale: #626262. Windows color (decimal): -5884768 or 10499238. OLE color: 10499238.
HSL color Cylindrical-coordinate representation of color #A634A0: hue angle of 303.16º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A634A0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 160 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.35 |
| HSL | 303.16º | 0.52% | 0.43% | - |
| HSV(B) | 303.16º | 0.69% | 0.65% | - |
| XYZ | 23.3 | 13.1 | 34.56 | - |
| YUV | 98.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 160 | 0 | 0.69 | 0.04 | 0.35 | 303.16 | 0.52 | 0.43 |
| Hex | A6 | 34 | A0 | 0 | 45 | 4 | 23 | 12F | 34 | 2B |
| Octal | 246 | 64 | 240 | 0 | 105 | 4 | 43 | 457 | 64 | 53 |
| Binary | 10100110 | 110100 | 10100000 | 0 | 1000101 | 100 | 100011 | 100101111 | 110100 | 101011 |
Color Harmonies of #A634A0
Complementary color
Monochromatic Colors of #A634A0
Black with #A634A0
Text Example
Text Example
White with #A634A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634A0; }
p { color: rgb(166,52,160); }
H1.HeaderClassName
{
color: #A634A0;
}
.AnyTagClassName
{
color: #A634A0;
}
</style>
background-color css
<style>
a { background-color: #A634A0; }
a { background-color: rgb(166,52,160); }
div.DivClassName
{
background-color: #A634A0;
}
.BgClassName
{
background-color: #A634A0;
}
</style>
border-color css
<style>
span { border-color: #A634A0; }
span { border-color: rgb(166,52,160); }
td.TdClassName
{
border-color: #A634A0;
}
.TagClassName
{
border-color: #A634A0;
}
</style>