Shades of Violet Blue #A841AA
Tints of Violet Blue #A841AA
RGB
CMYK
RGB Variations
Color information
#A841AA (or 0xA841AA) is known color: Violet Blue. HEX triplet: A8, 41 and AA. RGB value is (168,65,170). Sum of RGB (Red+Green+Blue) = 168+65+170=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #A841AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AA is #57BE55. Grayscale: #6B6B6B. Windows color (decimal): -5750358 or 11157928. OLE color: 11157928.
HSL color Cylindrical-coordinate representation of color #A841AA: hue angle of 298.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A841AA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 65 | 170 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.33 |
| HSL | 298.86º | 0.45% | 0.46% | - |
| HSV(B) | 298.86º | 0.62% | 0.67% | - |
| XYZ | 25.29 | 15.01 | 39.59 | - |
| YUV | 107.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 170 | 0.01 | 0.62 | 0 | 0.33 | 298.86 | 0.45 | 0.46 |
| Hex | A8 | 41 | AA | 1 | 3E | 0 | 21 | 12B | 2D | 2E |
| Octal | 250 | 101 | 252 | 1 | 76 | 0 | 41 | 453 | 55 | 56 |
| Binary | 10101000 | 1000001 | 10101010 | 1 | 111110 | 0 | 100001 | 100101011 | 101101 | 101110 |
Color Harmonies of #A841AA
Complementary color
Monochromatic Colors of #A841AA
Black with #A841AA
Text Example
Text Example
White with #A841AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841AA; }
p { color: rgb(168,65,170); }
H1.HeaderClassName
{
color: #A841AA;
}
.AnyTagClassName
{
color: #A841AA;
}
</style>
background-color css
<style>
a { background-color: #A841AA; }
a { background-color: rgb(168,65,170); }
div.DivClassName
{
background-color: #A841AA;
}
.BgClassName
{
background-color: #A841AA;
}
</style>
border-color css
<style>
span { border-color: #A841AA; }
span { border-color: rgb(168,65,170); }
td.TdClassName
{
border-color: #A841AA;
}
.TagClassName
{
border-color: #A841AA;
}
</style>