Shades of Medium Orchid #A448EA
Tints of Medium Orchid #A448EA
RGB
CMYK
RGB Variations
Color information
#A448EA (or 0xA448EA) is known color: Medium Orchid. HEX triplet: A4, 48 and EA. RGB value is (164,72,234). Sum of RGB (Red+Green+Blue) = 164+72+234=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A448EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A448EA is #5BB715. Grayscale: #757575. Windows color (decimal): -6010646 or 15354020. OLE color: 15354020.
HSL color Cylindrical-coordinate representation of color #A448EA: hue angle of 274.07º 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 #A448EA is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 72 | 234 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.08 |
| HSL | 274.07º | 0.79% | 0.6% | - |
| HSV(B) | 274.07º | 0.69% | 0.92% | - |
| XYZ | 32.48 | 18.47 | 79.69 | - |
| YUV | 117.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 234 | 0.30 | 0.69 | 0 | 0.08 | 274.07 | 0.79 | 0.6 |
| Hex | A4 | 48 | EA | 1E | 45 | 0 | 8 | 112 | 4F | 3C |
| Octal | 244 | 110 | 352 | 36 | 105 | 0 | 10 | 422 | 117 | 74 |
| Binary | 10100100 | 1001000 | 11101010 | 11110 | 1000101 | 0 | 1000 | 100010010 | 1001111 | 111100 |
Color Harmonies of #A448EA
Complementary color
Monochromatic Colors of #A448EA
Black with #A448EA
Text Example
Text Example
White with #A448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448EA; }
p { color: rgb(164,72,234); }
H1.HeaderClassName
{
color: #A448EA;
}
.AnyTagClassName
{
color: #A448EA;
}
</style>
background-color css
<style>
a { background-color: #A448EA; }
a { background-color: rgb(164,72,234); }
div.DivClassName
{
background-color: #A448EA;
}
.BgClassName
{
background-color: #A448EA;
}
</style>
border-color css
<style>
span { border-color: #A448EA; }
span { border-color: rgb(164,72,234); }
td.TdClassName
{
border-color: #A448EA;
}
.TagClassName
{
border-color: #A448EA;
}
</style>