Shades of Violet Blue #A274A4
Tints of Violet Blue #A274A4
RGB
CMYK
RGB Variations
Color information
#A274A4 (or 0xA274A4) is known color: Violet Blue. HEX triplet: A2, 74 and A4. RGB value is (162,116,164). Sum of RGB (Red+Green+Blue) = 162+116+164=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #A274A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274A4 is #5D8B5B. Grayscale: #878787. Windows color (decimal): -6130524 or 10777762. OLE color: 10777762.
HSL color Cylindrical-coordinate representation of color #A274A4: hue angle of 297.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A274A4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 116 | 164 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.36 |
| HSL | 297.5º | 0.21% | 0.55% | - |
| HSV(B) | 297.5º | 0.29% | 0.64% | - |
| XYZ | 27.85 | 22.85 | 38.07 | - |
| YUV | 135.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 164 | 0.01 | 0.29 | 0 | 0.36 | 297.5 | 0.21 | 0.55 |
| Hex | A2 | 74 | A4 | 1 | 1D | 0 | 24 | 12A | 15 | 37 |
| Octal | 242 | 164 | 244 | 1 | 35 | 0 | 44 | 452 | 25 | 67 |
| Binary | 10100010 | 1110100 | 10100100 | 1 | 11101 | 0 | 100100 | 100101010 | 10101 | 110111 |
Color Harmonies of #A274A4
Complementary color
Monochromatic Colors of #A274A4
Black with #A274A4
Text Example
Text Example
White with #A274A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274A4; }
p { color: rgb(162,116,164); }
H1.HeaderClassName
{
color: #A274A4;
}
.AnyTagClassName
{
color: #A274A4;
}
</style>
background-color css
<style>
a { background-color: #A274A4; }
a { background-color: rgb(162,116,164); }
div.DivClassName
{
background-color: #A274A4;
}
.BgClassName
{
background-color: #A274A4;
}
</style>
border-color css
<style>
span { border-color: #A274A4; }
span { border-color: rgb(162,116,164); }
td.TdClassName
{
border-color: #A274A4;
}
.TagClassName
{
border-color: #A274A4;
}
</style>