Shades of Medium Orchid #A44BED
Tints of Medium Orchid #A44BED
RGB
CMYK
RGB Variations
Color information
#A44BED (or 0xA44BED) is known color: Medium Orchid. HEX triplet: A4, 4B and ED. RGB value is (164,75,237). Sum of RGB (Red+Green+Blue) = 164+75+237=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A44BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44BED is #5BB412. Grayscale: #777777. Windows color (decimal): -6009875 or 15551396. OLE color: 15551396.
HSL color Cylindrical-coordinate representation of color #A44BED: hue angle of 272.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44BED is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 75 | 237 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.07 |
| HSL | 272.96º | 0.82% | 0.61% | - |
| HSV(B) | 272.96º | 0.68% | 0.93% | - |
| XYZ | 33.11 | 19.04 | 82.05 | - |
| YUV | 120.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 237 | 0.31 | 0.68 | 0 | 0.07 | 272.96 | 0.82 | 0.61 |
| Hex | A4 | 4B | ED | 1F | 44 | 0 | 7 | 111 | 52 | 3D |
| Octal | 244 | 113 | 355 | 37 | 104 | 0 | 7 | 421 | 122 | 75 |
| Binary | 10100100 | 1001011 | 11101101 | 11111 | 1000100 | 0 | 111 | 100010001 | 1010010 | 111101 |
Color Harmonies of #A44BED
Complementary color
Monochromatic Colors of #A44BED
Black with #A44BED
Text Example
Text Example
White with #A44BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44BED; }
p { color: rgb(164,75,237); }
H1.HeaderClassName
{
color: #A44BED;
}
.AnyTagClassName
{
color: #A44BED;
}
</style>
background-color css
<style>
a { background-color: #A44BED; }
a { background-color: rgb(164,75,237); }
div.DivClassName
{
background-color: #A44BED;
}
.BgClassName
{
background-color: #A44BED;
}
</style>
border-color css
<style>
span { border-color: #A44BED; }
span { border-color: rgb(164,75,237); }
td.TdClassName
{
border-color: #A44BED;
}
.TagClassName
{
border-color: #A44BED;
}
</style>