Shades of Medium Orchid #A651EE
Tints of Medium Orchid #A651EE
RGB
CMYK
RGB Variations
Color information
#A651EE (or 0xA651EE) is known color: Medium Orchid. HEX triplet: A6, 51 and EE. RGB value is (166,81,238). Sum of RGB (Red+Green+Blue) = 166+81+238=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A651EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A651EE is #59AE11. Grayscale: #7B7B7B. Windows color (decimal): -5877266 or 15618470. OLE color: 15618470.
HSL color Cylindrical-coordinate representation of color #A651EE: hue angle of 272.48º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A651EE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 81 | 238 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.07 |
| HSL | 272.48º | 0.82% | 0.63% | - |
| HSV(B) | 272.48º | 0.66% | 0.93% | - |
| XYZ | 34.1 | 20.16 | 82.98 | - |
| YUV | 124.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 238 | 0.30 | 0.66 | 0 | 0.07 | 272.48 | 0.82 | 0.63 |
| Hex | A6 | 51 | EE | 1E | 42 | 0 | 7 | 110 | 52 | 3F |
| Octal | 246 | 121 | 356 | 36 | 102 | 0 | 7 | 420 | 122 | 77 |
| Binary | 10100110 | 1010001 | 11101110 | 11110 | 1000010 | 0 | 111 | 100010000 | 1010010 | 111111 |
Color Harmonies of #A651EE
Complementary color
Monochromatic Colors of #A651EE
Black with #A651EE
Text Example
Text Example
White with #A651EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651EE; }
p { color: rgb(166,81,238); }
H1.HeaderClassName
{
color: #A651EE;
}
.AnyTagClassName
{
color: #A651EE;
}
</style>
background-color css
<style>
a { background-color: #A651EE; }
a { background-color: rgb(166,81,238); }
div.DivClassName
{
background-color: #A651EE;
}
.BgClassName
{
background-color: #A651EE;
}
</style>
border-color css
<style>
span { border-color: #A651EE; }
span { border-color: rgb(166,81,238); }
td.TdClassName
{
border-color: #A651EE;
}
.TagClassName
{
border-color: #A651EE;
}
</style>