Shades of Medium Orchid #AC3FF1
Tints of Medium Orchid #AC3FF1
RGB
CMYK
RGB Variations
Color information
#AC3FF1 (or 0xAC3FF1) is known color: Medium Orchid. HEX triplet: AC, 3F and F1. RGB value is (172,63,241). Sum of RGB (Red+Green+Blue) = 172+63+241=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FF1 is #53C00E. Grayscale: #737373. Windows color (decimal): -5488655 or 15810476. OLE color: 15810476.
HSL color Cylindrical-coordinate representation of color #AC3FF1: hue angle of 276.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3FF1 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 63 | 241 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.05 |
| HSL | 276.74º | 0.86% | 0.6% | - |
| HSV(B) | 276.74º | 0.74% | 0.95% | - |
| XYZ | 34.67 | 18.68 | 85 | - |
| YUV | 115.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 241 | 0.29 | 0.74 | 0 | 0.05 | 276.74 | 0.86 | 0.6 |
| Hex | AC | 3F | F1 | 1D | 4A | 0 | 5 | 115 | 56 | 3C |
| Octal | 254 | 77 | 361 | 35 | 112 | 0 | 5 | 425 | 126 | 74 |
| Binary | 10101100 | 111111 | 11110001 | 11101 | 1001010 | 0 | 101 | 100010101 | 1010110 | 111100 |
Color Harmonies of #AC3FF1
Complementary color
Monochromatic Colors of #AC3FF1
Black with #AC3FF1
Text Example
Text Example
White with #AC3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FF1; }
p { color: rgb(172,63,241); }
H1.HeaderClassName
{
color: #AC3FF1;
}
.AnyTagClassName
{
color: #AC3FF1;
}
</style>
background-color css
<style>
a { background-color: #AC3FF1; }
a { background-color: rgb(172,63,241); }
div.DivClassName
{
background-color: #AC3FF1;
}
.BgClassName
{
background-color: #AC3FF1;
}
</style>
border-color css
<style>
span { border-color: #AC3FF1; }
span { border-color: rgb(172,63,241); }
td.TdClassName
{
border-color: #AC3FF1;
}
.TagClassName
{
border-color: #AC3FF1;
}
</style>