Shades of Medium Orchid #AC4FE5
Tints of Medium Orchid #AC4FE5
RGB
CMYK
RGB Variations
Color information
#AC4FE5 (or 0xAC4FE5) is known color: Medium Orchid. HEX triplet: AC, 4F and E5. RGB value is (172,79,229). Sum of RGB (Red+Green+Blue) = 172+79+229=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC4FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FE5 is #53B01A. Grayscale: #7B7B7B. Windows color (decimal): -5484571 or 15028140. OLE color: 15028140.
HSL color Cylindrical-coordinate representation of color #AC4FE5: hue angle of 277.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4FE5 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 79 | 229 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.10 |
| HSL | 277.2º | 0.74% | 0.6% | - |
| HSV(B) | 277.2º | 0.66% | 0.9% | - |
| XYZ | 33.95 | 20.02 | 76.2 | - |
| YUV | 123.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 229 | 0.25 | 0.66 | 0 | 0.10 | 277.2 | 0.74 | 0.6 |
| Hex | AC | 4F | E5 | 19 | 42 | 0 | A | 115 | 4A | 3C |
| Octal | 254 | 117 | 345 | 31 | 102 | 0 | 12 | 425 | 112 | 74 |
| Binary | 10101100 | 1001111 | 11100101 | 11001 | 1000010 | 0 | 1010 | 100010101 | 1001010 | 111100 |
Color Harmonies of #AC4FE5
Complementary color
Monochromatic Colors of #AC4FE5
Black with #AC4FE5
Text Example
Text Example
White with #AC4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4FE5; }
p { color: rgb(172,79,229); }
H1.HeaderClassName
{
color: #AC4FE5;
}
.AnyTagClassName
{
color: #AC4FE5;
}
</style>
background-color css
<style>
a { background-color: #AC4FE5; }
a { background-color: rgb(172,79,229); }
div.DivClassName
{
background-color: #AC4FE5;
}
.BgClassName
{
background-color: #AC4FE5;
}
</style>
border-color css
<style>
span { border-color: #AC4FE5; }
span { border-color: rgb(172,79,229); }
td.TdClassName
{
border-color: #AC4FE5;
}
.TagClassName
{
border-color: #AC4FE5;
}
</style>