Shades of Violet Blue #A27AA5
Tints of Violet Blue #A27AA5
RGB
CMYK
RGB Variations
Color information
#A27AA5 (or 0xA27AA5) is known color: Violet Blue. HEX triplet: A2, 7A and A5. RGB value is (162,122,165). Sum of RGB (Red+Green+Blue) = 162+122+165=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 165 - color contains mainly: blue. Hex color #A27AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27AA5 is #5D855A. Grayscale: #8A8A8A. Windows color (decimal): -6128987 or 10844834. OLE color: 10844834.
HSL color Cylindrical-coordinate representation of color #A27AA5: hue angle of 295.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27AA5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 122 | 165 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.35 |
| HSL | 295.81º | 0.19% | 0.56% | - |
| HSV(B) | 295.81º | 0.26% | 0.65% | - |
| XYZ | 28.65 | 24.32 | 38.78 | - |
| YUV | 138.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 165 | 0.02 | 0.26 | 0 | 0.35 | 295.81 | 0.19 | 0.56 |
| Hex | A2 | 7A | A5 | 2 | 1A | 0 | 23 | 128 | 13 | 38 |
| Octal | 242 | 172 | 245 | 2 | 32 | 0 | 43 | 450 | 23 | 70 |
| Binary | 10100010 | 1111010 | 10100101 | 10 | 11010 | 0 | 100011 | 100101000 | 10011 | 111000 |
Color Harmonies of #A27AA5
Complementary color
Monochromatic Colors of #A27AA5
Black with #A27AA5
Text Example
Text Example
White with #A27AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AA5; }
p { color: rgb(162,122,165); }
H1.HeaderClassName
{
color: #A27AA5;
}
.AnyTagClassName
{
color: #A27AA5;
}
</style>
background-color css
<style>
a { background-color: #A27AA5; }
a { background-color: rgb(162,122,165); }
div.DivClassName
{
background-color: #A27AA5;
}
.BgClassName
{
background-color: #A27AA5;
}
</style>
border-color css
<style>
span { border-color: #A27AA5; }
span { border-color: rgb(162,122,165); }
td.TdClassName
{
border-color: #A27AA5;
}
.TagClassName
{
border-color: #A27AA5;
}
</style>