Shades of Violet Blue #A538A2
Tints of Violet Blue #A538A2
RGB
CMYK
RGB Variations
Color information
#A538A2 (or 0xA538A2) is known color: Violet Blue. HEX triplet: A5, 38 and A2. RGB value is (165,56,162). Sum of RGB (Red+Green+Blue) = 165+56+162=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A538A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538A2 is #5AC75D. Grayscale: #646464. Windows color (decimal): -5949278 or 10631333. OLE color: 10631333.
HSL color Cylindrical-coordinate representation of color #A538A2: hue angle of 301.65º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A538A2 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 56 | 162 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.35 |
| HSL | 301.65º | 0.49% | 0.43% | - |
| HSV(B) | 301.65º | 0.66% | 0.65% | - |
| XYZ | 23.45 | 13.44 | 35.54 | - |
| YUV | 100.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 162 | 0 | 0.66 | 0.02 | 0.35 | 301.65 | 0.49 | 0.43 |
| Hex | A5 | 38 | A2 | 0 | 42 | 2 | 23 | 12E | 31 | 2B |
| Octal | 245 | 70 | 242 | 0 | 102 | 2 | 43 | 456 | 61 | 53 |
| Binary | 10100101 | 111000 | 10100010 | 0 | 1000010 | 10 | 100011 | 100101110 | 110001 | 101011 |
Color Harmonies of #A538A2
Complementary color
Monochromatic Colors of #A538A2
Black with #A538A2
Text Example
Text Example
White with #A538A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538A2; }
p { color: rgb(165,56,162); }
H1.HeaderClassName
{
color: #A538A2;
}
.AnyTagClassName
{
color: #A538A2;
}
</style>
background-color css
<style>
a { background-color: #A538A2; }
a { background-color: rgb(165,56,162); }
div.DivClassName
{
background-color: #A538A2;
}
.BgClassName
{
background-color: #A538A2;
}
</style>
border-color css
<style>
span { border-color: #A538A2; }
span { border-color: rgb(165,56,162); }
td.TdClassName
{
border-color: #A538A2;
}
.TagClassName
{
border-color: #A538A2;
}
</style>