Shades of Violet Blue #A641A5
Tints of Violet Blue #A641A5
RGB
CMYK
RGB Variations
Color information
#A641A5 (or 0xA641A5) is known color: Violet Blue. HEX triplet: A6, 41 and A5. RGB value is (166,65,165). Sum of RGB (Red+Green+Blue) = 166+65+165=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A641A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A641A5 is #59BE5A. Grayscale: #6A6A6A. Windows color (decimal): -5881435 or 10830246. OLE color: 10830246.
HSL color Cylindrical-coordinate representation of color #A641A5: hue angle of 300.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A641A5 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 165 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.35 |
| HSL | 300.59º | 0.44% | 0.45% | - |
| HSV(B) | 300.59º | 0.61% | 0.65% | - |
| XYZ | 24.41 | 14.6 | 37.13 | - |
| YUV | 106.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 165 | 0 | 0.61 | 0.01 | 0.35 | 300.59 | 0.44 | 0.45 |
| Hex | A6 | 41 | A5 | 0 | 3D | 1 | 23 | 12D | 2C | 2D |
| Octal | 246 | 101 | 245 | 0 | 75 | 1 | 43 | 455 | 54 | 55 |
| Binary | 10100110 | 1000001 | 10100101 | 0 | 111101 | 1 | 100011 | 100101101 | 101100 | 101101 |
Color Harmonies of #A641A5
Complementary color
Monochromatic Colors of #A641A5
Black with #A641A5
Text Example
Text Example
White with #A641A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641A5; }
p { color: rgb(166,65,165); }
H1.HeaderClassName
{
color: #A641A5;
}
.AnyTagClassName
{
color: #A641A5;
}
</style>
background-color css
<style>
a { background-color: #A641A5; }
a { background-color: rgb(166,65,165); }
div.DivClassName
{
background-color: #A641A5;
}
.BgClassName
{
background-color: #A641A5;
}
</style>
border-color css
<style>
span { border-color: #A641A5; }
span { border-color: rgb(166,65,165); }
td.TdClassName
{
border-color: #A641A5;
}
.TagClassName
{
border-color: #A641A5;
}
</style>