Shades of Medium Orchid #A550EE
Tints of Medium Orchid #A550EE
RGB
CMYK
RGB Variations
Color information
#A550EE (or 0xA550EE) is known color: Medium Orchid. HEX triplet: A5, 50 and EE. RGB value is (165,80,238). Sum of RGB (Red+Green+Blue) = 165+80+238=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A550EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550EE is #5AAF11. Grayscale: #7A7A7A. Windows color (decimal): -5943058 or 15618213. OLE color: 15618213.
HSL color Cylindrical-coordinate representation of color #A550EE: hue angle of 272.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A550EE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 80 | 238 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 272.28º | 0.82% | 0.62% | - |
| HSV(B) | 272.28º | 0.66% | 0.93% | - |
| XYZ | 33.82 | 19.91 | 82.95 | - |
| YUV | 123.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 238 | 0.31 | 0.66 | 0 | 0.07 | 272.28 | 0.82 | 0.62 |
| Hex | A5 | 50 | EE | 1F | 42 | 0 | 7 | 110 | 52 | 3E |
| Octal | 245 | 120 | 356 | 37 | 102 | 0 | 7 | 420 | 122 | 76 |
| Binary | 10100101 | 1010000 | 11101110 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010010 | 111110 |
Color Harmonies of #A550EE
Complementary color
Monochromatic Colors of #A550EE
Black with #A550EE
Text Example
Text Example
White with #A550EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550EE; }
p { color: rgb(165,80,238); }
H1.HeaderClassName
{
color: #A550EE;
}
.AnyTagClassName
{
color: #A550EE;
}
</style>
background-color css
<style>
a { background-color: #A550EE; }
a { background-color: rgb(165,80,238); }
div.DivClassName
{
background-color: #A550EE;
}
.BgClassName
{
background-color: #A550EE;
}
</style>
border-color css
<style>
span { border-color: #A550EE; }
span { border-color: rgb(165,80,238); }
td.TdClassName
{
border-color: #A550EE;
}
.TagClassName
{
border-color: #A550EE;
}
</style>