Shades of Violet Blue #A37BA2
Tints of Violet Blue #A37BA2
RGB
CMYK
RGB Variations
Color information
#A37BA2 (or 0xA37BA2) is known color: Violet Blue. HEX triplet: A3, 7B and A2. RGB value is (163,123,162). Sum of RGB (Red+Green+Blue) = 163+123+162=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A37BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37BA2 is #5C845D. Grayscale: #8B8B8B. Windows color (decimal): -6063198 or 10648483. OLE color: 10648483.
HSL color Cylindrical-coordinate representation of color #A37BA2: hue angle of 301.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37BA2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 162 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.36 |
| HSL | 301.5º | 0.18% | 0.56% | - |
| HSV(B) | 301.5º | 0.25% | 0.64% | - |
| XYZ | 28.71 | 24.56 | 37.41 | - |
| YUV | 139.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 162 | 0 | 0.25 | 0.01 | 0.36 | 301.5 | 0.18 | 0.56 |
| Hex | A3 | 7B | A2 | 0 | 19 | 1 | 24 | 12E | 12 | 38 |
| Octal | 243 | 173 | 242 | 0 | 31 | 1 | 44 | 456 | 22 | 70 |
| Binary | 10100011 | 1111011 | 10100010 | 0 | 11001 | 1 | 100100 | 100101110 | 10010 | 111000 |
Color Harmonies of #A37BA2
Complementary color
Monochromatic Colors of #A37BA2
Black with #A37BA2
Text Example
Text Example
White with #A37BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BA2; }
p { color: rgb(163,123,162); }
H1.HeaderClassName
{
color: #A37BA2;
}
.AnyTagClassName
{
color: #A37BA2;
}
</style>
background-color css
<style>
a { background-color: #A37BA2; }
a { background-color: rgb(163,123,162); }
div.DivClassName
{
background-color: #A37BA2;
}
.BgClassName
{
background-color: #A37BA2;
}
</style>
border-color css
<style>
span { border-color: #A37BA2; }
span { border-color: rgb(163,123,162); }
td.TdClassName
{
border-color: #A37BA2;
}
.TagClassName
{
border-color: #A37BA2;
}
</style>