Shades of Medium Orchid #A450EA
Tints of Medium Orchid #A450EA
RGB
CMYK
RGB Variations
Color information
#A450EA (or 0xA450EA) is known color: Medium Orchid. HEX triplet: A4, 50 and EA. RGB value is (164,80,234). Sum of RGB (Red+Green+Blue) = 164+80+234=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #A450EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450EA is #5BAF15. Grayscale: #7A7A7A. Windows color (decimal): -6008598 or 15356068. OLE color: 15356068.
HSL color Cylindrical-coordinate representation of color #A450EA: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A450EA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 80 | 234 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.08 |
| HSL | 272.73º | 0.79% | 0.62% | - |
| HSV(B) | 272.73º | 0.66% | 0.92% | - |
| XYZ | 33.03 | 19.57 | 79.88 | - |
| YUV | 122.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 234 | 0.30 | 0.66 | 0 | 0.08 | 272.73 | 0.79 | 0.62 |
| Hex | A4 | 50 | EA | 1E | 42 | 0 | 8 | 111 | 4F | 3E |
| Octal | 244 | 120 | 352 | 36 | 102 | 0 | 10 | 421 | 117 | 76 |
| Binary | 10100100 | 1010000 | 11101010 | 11110 | 1000010 | 0 | 1000 | 100010001 | 1001111 | 111110 |
Color Harmonies of #A450EA
Complementary color
Monochromatic Colors of #A450EA
Black with #A450EA
Text Example
Text Example
White with #A450EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450EA; }
p { color: rgb(164,80,234); }
H1.HeaderClassName
{
color: #A450EA;
}
.AnyTagClassName
{
color: #A450EA;
}
</style>
background-color css
<style>
a { background-color: #A450EA; }
a { background-color: rgb(164,80,234); }
div.DivClassName
{
background-color: #A450EA;
}
.BgClassName
{
background-color: #A450EA;
}
</style>
border-color css
<style>
span { border-color: #A450EA; }
span { border-color: rgb(164,80,234); }
td.TdClassName
{
border-color: #A450EA;
}
.TagClassName
{
border-color: #A450EA;
}
</style>