Shades of Violet Blue #A572A2
Tints of Violet Blue #A572A2
RGB
CMYK
RGB Variations
Color information
#A572A2 (or 0xA572A2) is known color: Violet Blue. HEX triplet: A5, 72 and A2. RGB value is (165,114,162). Sum of RGB (Red+Green+Blue) = 165+114+162=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A572A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A572A2 is #5A8D5D. Grayscale: #868686. Windows color (decimal): -5934430 or 10646181. OLE color: 10646181.
HSL color Cylindrical-coordinate representation of color #A572A2: hue angle of 303.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A572A2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 162 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.35 |
| HSL | 303.53º | 0.22% | 0.55% | - |
| HSV(B) | 303.53º | 0.31% | 0.65% | - |
| XYZ | 28.06 | 22.64 | 37.07 | - |
| YUV | 134.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 162 | 0 | 0.31 | 0.02 | 0.35 | 303.53 | 0.22 | 0.55 |
| Hex | A5 | 72 | A2 | 0 | 1F | 2 | 23 | 130 | 16 | 37 |
| Octal | 245 | 162 | 242 | 0 | 37 | 2 | 43 | 460 | 26 | 67 |
| Binary | 10100101 | 1110010 | 10100010 | 0 | 11111 | 10 | 100011 | 100110000 | 10110 | 110111 |
Color Harmonies of #A572A2
Complementary color
Monochromatic Colors of #A572A2
Black with #A572A2
Text Example
Text Example
White with #A572A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A572A2; }
p { color: rgb(165,114,162); }
H1.HeaderClassName
{
color: #A572A2;
}
.AnyTagClassName
{
color: #A572A2;
}
</style>
background-color css
<style>
a { background-color: #A572A2; }
a { background-color: rgb(165,114,162); }
div.DivClassName
{
background-color: #A572A2;
}
.BgClassName
{
background-color: #A572A2;
}
</style>
border-color css
<style>
span { border-color: #A572A2; }
span { border-color: rgb(165,114,162); }
td.TdClassName
{
border-color: #A572A2;
}
.TagClassName
{
border-color: #A572A2;
}
</style>