Shades of Blue Violet #A138EE
Tints of Blue Violet #A138EE
RGB
CMYK
RGB Variations
Color information
#A138EE (or 0xA138EE) is known color: Blue Violet. HEX triplet: A1, 38 and EE. RGB value is (161,56,238). Sum of RGB (Red+Green+Blue) = 161+56+238=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #A138EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A138EE is #5EC711. Grayscale: #6B6B6B. Windows color (decimal): -6211346 or 15612065. OLE color: 15612065.
HSL color Cylindrical-coordinate representation of color #A138EE: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A138EE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 56 | 238 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.07 |
| HSL | 274.62º | 0.84% | 0.58% | - |
| HSV(B) | 274.62º | 0.76% | 0.93% | - |
| XYZ | 31.54 | 16.58 | 82.43 | - |
| YUV | 108.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 238 | 0.32 | 0.76 | 0 | 0.07 | 274.62 | 0.84 | 0.58 |
| Hex | A1 | 38 | EE | 20 | 4C | 0 | 7 | 113 | 54 | 3A |
| Octal | 241 | 70 | 356 | 40 | 114 | 0 | 7 | 423 | 124 | 72 |
| Binary | 10100001 | 111000 | 11101110 | 100000 | 1001100 | 0 | 111 | 100010011 | 1010100 | 111010 |
Color Harmonies of #A138EE
Complementary color
Monochromatic Colors of #A138EE
Black with #A138EE
Text Example
Text Example
White with #A138EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138EE; }
p { color: rgb(161,56,238); }
H1.HeaderClassName
{
color: #A138EE;
}
.AnyTagClassName
{
color: #A138EE;
}
</style>
background-color css
<style>
a { background-color: #A138EE; }
a { background-color: rgb(161,56,238); }
div.DivClassName
{
background-color: #A138EE;
}
.BgClassName
{
background-color: #A138EE;
}
</style>
border-color css
<style>
span { border-color: #A138EE; }
span { border-color: rgb(161,56,238); }
td.TdClassName
{
border-color: #A138EE;
}
.TagClassName
{
border-color: #A138EE;
}
</style>