Shades of Violet Blue #A832A5
Tints of Violet Blue #A832A5
RGB
CMYK
RGB Variations
Color information
#A832A5 (or 0xA832A5) is known color: Violet Blue. HEX triplet: A8, 32 and A5. RGB value is (168,50,165). Sum of RGB (Red+Green+Blue) = 168+50+165=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A832A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832A5 is #57CD5A. Grayscale: #626262. Windows color (decimal): -5754203 or 10826408. OLE color: 10826408.
HSL color Cylindrical-coordinate representation of color #A832A5: hue angle of 301.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A832A5 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 165 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.34 |
| HSL | 301.53º | 0.54% | 0.43% | - |
| HSV(B) | 301.53º | 0.7% | 0.66% | - |
| XYZ | 24.08 | 13.32 | 36.9 | - |
| YUV | 98.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 165 | 0 | 0.70 | 0.02 | 0.34 | 301.53 | 0.54 | 0.43 |
| Hex | A8 | 32 | A5 | 0 | 46 | 2 | 22 | 12E | 36 | 2B |
| Octal | 250 | 62 | 245 | 0 | 106 | 2 | 42 | 456 | 66 | 53 |
| Binary | 10101000 | 110010 | 10100101 | 0 | 1000110 | 10 | 100010 | 100101110 | 110110 | 101011 |
Color Harmonies of #A832A5
Complementary color
Monochromatic Colors of #A832A5
Black with #A832A5
Text Example
Text Example
White with #A832A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832A5; }
p { color: rgb(168,50,165); }
H1.HeaderClassName
{
color: #A832A5;
}
.AnyTagClassName
{
color: #A832A5;
}
</style>
background-color css
<style>
a { background-color: #A832A5; }
a { background-color: rgb(168,50,165); }
div.DivClassName
{
background-color: #A832A5;
}
.BgClassName
{
background-color: #A832A5;
}
</style>
border-color css
<style>
span { border-color: #A832A5; }
span { border-color: rgb(168,50,165); }
td.TdClassName
{
border-color: #A832A5;
}
.TagClassName
{
border-color: #A832A5;
}
</style>