Shades of Violet Blue #A35292
Tints of Violet Blue #A35292
RGB
CMYK
RGB Variations
Color information
#A35292 (or 0xA35292) is known color: Violet Blue. HEX triplet: A3, 52 and 92. RGB value is (163,82,146). Sum of RGB (Red+Green+Blue) = 163+82+146=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A35292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35292 is #5CAD6D. Grayscale: #717171. Windows color (decimal): -6073710 or 9589411. OLE color: 9589411.
HSL color Cylindrical-coordinate representation of color #A35292: hue angle of 312.59º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35292 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 146 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.36 |
| HSL | 312.59º | 0.33% | 0.48% | - |
| HSV(B) | 312.59º | 0.5% | 0.64% | - |
| XYZ | 23.31 | 15.9 | 29.03 | - |
| YUV | 113.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 146 | 0 | 0.50 | 0.10 | 0.36 | 312.59 | 0.33 | 0.48 |
| Hex | A3 | 52 | 92 | 0 | 32 | A | 24 | 139 | 21 | 30 |
| Octal | 243 | 122 | 222 | 0 | 62 | 12 | 44 | 471 | 41 | 60 |
| Binary | 10100011 | 1010010 | 10010010 | 0 | 110010 | 1010 | 100100 | 100111001 | 100001 | 110000 |
Color Harmonies of #A35292
Complementary color
Monochromatic Colors of #A35292
Black with #A35292
Text Example
Text Example
White with #A35292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35292; }
p { color: rgb(163,82,146); }
H1.HeaderClassName
{
color: #A35292;
}
.AnyTagClassName
{
color: #A35292;
}
</style>
background-color css
<style>
a { background-color: #A35292; }
a { background-color: rgb(163,82,146); }
div.DivClassName
{
background-color: #A35292;
}
.BgClassName
{
background-color: #A35292;
}
</style>
border-color css
<style>
span { border-color: #A35292; }
span { border-color: rgb(163,82,146); }
td.TdClassName
{
border-color: #A35292;
}
.TagClassName
{
border-color: #A35292;
}
</style>