Shades of Medium Orchid #A648EA
Tints of Medium Orchid #A648EA
RGB
CMYK
RGB Variations
Color information
#A648EA (or 0xA648EA) is known color: Medium Orchid. HEX triplet: A6, 48 and EA. RGB value is (166,72,234). Sum of RGB (Red+Green+Blue) = 166+72+234=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #A648EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648EA is #59B715. Grayscale: #767676. Windows color (decimal): -5879574 or 15354022. OLE color: 15354022.
HSL color Cylindrical-coordinate representation of color #A648EA: hue angle of 274.81º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A648EA is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 72 | 234 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.08 |
| HSL | 274.81º | 0.79% | 0.6% | - |
| HSV(B) | 274.81º | 0.69% | 0.92% | - |
| XYZ | 32.89 | 18.68 | 79.71 | - |
| YUV | 118.57 | 193.14 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 234 | 0.29 | 0.69 | 0 | 0.08 | 274.81 | 0.79 | 0.6 |
| Hex | A6 | 48 | EA | 1D | 45 | 0 | 8 | 113 | 4F | 3C |
| Octal | 246 | 110 | 352 | 35 | 105 | 0 | 10 | 423 | 117 | 74 |
| Binary | 10100110 | 1001000 | 11101010 | 11101 | 1000101 | 0 | 1000 | 100010011 | 1001111 | 111100 |
Color Harmonies of #A648EA
Complementary color
Monochromatic Colors of #A648EA
Black with #A648EA
Text Example
Text Example
White with #A648EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648EA; }
p { color: rgb(166,72,234); }
H1.HeaderClassName
{
color: #A648EA;
}
.AnyTagClassName
{
color: #A648EA;
}
</style>
background-color css
<style>
a { background-color: #A648EA; }
a { background-color: rgb(166,72,234); }
div.DivClassName
{
background-color: #A648EA;
}
.BgClassName
{
background-color: #A648EA;
}
</style>
border-color css
<style>
span { border-color: #A648EA; }
span { border-color: rgb(166,72,234); }
td.TdClassName
{
border-color: #A648EA;
}
.TagClassName
{
border-color: #A648EA;
}
</style>