Shades of Dark Orchid #AE1FB1
Tints of Dark Orchid #AE1FB1
RGB
CMYK
RGB Variations
Color information
#AE1FB1 (or 0xAE1FB1) is known color: Dark Orchid. HEX triplet: AE, 1F and B1. RGB value is (174,31,177). Sum of RGB (Red+Green+Blue) = 174+31+177=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE1FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1FB1 is #51E04E. Grayscale: #595959. Windows color (decimal): -5365839 or 11607982. OLE color: 11607982.
HSL color Cylindrical-coordinate representation of color #AE1FB1: hue angle of 298.77º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1FB1 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 31 | 177 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.31 |
| HSL | 298.77º | 0.7% | 0.41% | - |
| HSV(B) | 298.77º | 0.82% | 0.69% | - |
| XYZ | 25.88 | 13.15 | 42.77 | - |
| YUV | 90.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 31 | 177 | 0.02 | 0.82 | 0 | 0.31 | 298.77 | 0.7 | 0.41 |
| Hex | AE | 1F | B1 | 2 | 52 | 0 | 1F | 12B | 46 | 29 |
| Octal | 256 | 37 | 261 | 2 | 122 | 0 | 37 | 453 | 106 | 51 |
| Binary | 10101110 | 11111 | 10110001 | 10 | 1010010 | 0 | 11111 | 100101011 | 1000110 | 101001 |
Color Harmonies of #AE1FB1
Complementary color
Monochromatic Colors of #AE1FB1
Black with #AE1FB1
Text Example
Text Example
White with #AE1FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1FB1; }
p { color: rgb(174,31,177); }
H1.HeaderClassName
{
color: #AE1FB1;
}
.AnyTagClassName
{
color: #AE1FB1;
}
</style>
background-color css
<style>
a { background-color: #AE1FB1; }
a { background-color: rgb(174,31,177); }
div.DivClassName
{
background-color: #AE1FB1;
}
.BgClassName
{
background-color: #AE1FB1;
}
</style>
border-color css
<style>
span { border-color: #AE1FB1; }
span { border-color: rgb(174,31,177); }
td.TdClassName
{
border-color: #AE1FB1;
}
.TagClassName
{
border-color: #AE1FB1;
}
</style>