Shades of Violet Blue #A867AA
Tints of Violet Blue #A867AA
RGB
CMYK
RGB Variations
Color information
#A867AA (or 0xA867AA) is known color: Violet Blue. HEX triplet: A8, 67 and AA. RGB value is (168,103,170). Sum of RGB (Red+Green+Blue) = 168+103+170=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A867AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A867AA is #579855. Grayscale: #818181. Windows color (decimal): -5740630 or 11167656. OLE color: 11167656.
HSL color Cylindrical-coordinate representation of color #A867AA: hue angle of 298.21º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A867AA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 103 | 170 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.33 |
| HSL | 298.21º | 0.28% | 0.54% | - |
| HSV(B) | 298.21º | 0.39% | 0.67% | - |
| XYZ | 28.25 | 20.93 | 40.58 | - |
| YUV | 130.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 170 | 0.01 | 0.39 | 0 | 0.33 | 298.21 | 0.28 | 0.54 |
| Hex | A8 | 67 | AA | 1 | 27 | 0 | 21 | 12A | 1C | 36 |
| Octal | 250 | 147 | 252 | 1 | 47 | 0 | 41 | 452 | 34 | 66 |
| Binary | 10101000 | 1100111 | 10101010 | 1 | 100111 | 0 | 100001 | 100101010 | 11100 | 110110 |
Color Harmonies of #A867AA
Complementary color
Monochromatic Colors of #A867AA
Black with #A867AA
Text Example
Text Example
White with #A867AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867AA; }
p { color: rgb(168,103,170); }
H1.HeaderClassName
{
color: #A867AA;
}
.AnyTagClassName
{
color: #A867AA;
}
</style>
background-color css
<style>
a { background-color: #A867AA; }
a { background-color: rgb(168,103,170); }
div.DivClassName
{
background-color: #A867AA;
}
.BgClassName
{
background-color: #A867AA;
}
</style>
border-color css
<style>
span { border-color: #A867AA; }
span { border-color: rgb(168,103,170); }
td.TdClassName
{
border-color: #A867AA;
}
.TagClassName
{
border-color: #A867AA;
}
</style>