Shades of Blue Violet #A838EE
Tints of Blue Violet #A838EE
RGB
CMYK
RGB Variations
Color information
#A838EE (or 0xA838EE) is known color: Blue Violet. HEX triplet: A8, 38 and EE. RGB value is (168,56,238). Sum of RGB (Red+Green+Blue) = 168+56+238=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #A838EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838EE is #57C711. Grayscale: #6D6D6D. Windows color (decimal): -5752594 or 15612072. OLE color: 15612072.
HSL color Cylindrical-coordinate representation of color #A838EE: hue angle of 276.92º 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 #A838EE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 56 | 238 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.07 |
| HSL | 276.92º | 0.84% | 0.58% | - |
| HSV(B) | 276.92º | 0.76% | 0.93% | - |
| XYZ | 33 | 17.33 | 82.49 | - |
| YUV | 110.24 | 200.11 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 238 | 0.29 | 0.76 | 0 | 0.07 | 276.92 | 0.84 | 0.58 |
| Hex | A8 | 38 | EE | 1D | 4C | 0 | 7 | 115 | 54 | 3A |
| Octal | 250 | 70 | 356 | 35 | 114 | 0 | 7 | 425 | 124 | 72 |
| Binary | 10101000 | 111000 | 11101110 | 11101 | 1001100 | 0 | 111 | 100010101 | 1010100 | 111010 |
Color Harmonies of #A838EE
Complementary color
Monochromatic Colors of #A838EE
Black with #A838EE
Text Example
Text Example
White with #A838EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838EE; }
p { color: rgb(168,56,238); }
H1.HeaderClassName
{
color: #A838EE;
}
.AnyTagClassName
{
color: #A838EE;
}
</style>
background-color css
<style>
a { background-color: #A838EE; }
a { background-color: rgb(168,56,238); }
div.DivClassName
{
background-color: #A838EE;
}
.BgClassName
{
background-color: #A838EE;
}
</style>
border-color css
<style>
span { border-color: #A838EE; }
span { border-color: rgb(168,56,238); }
td.TdClassName
{
border-color: #A838EE;
}
.TagClassName
{
border-color: #A838EE;
}
</style>