Shades of Dark Orchid #AE22B1
Tints of Dark Orchid #AE22B1
RGB
CMYK
RGB Variations
Color information
#AE22B1 (or 0xAE22B1) is known color: Dark Orchid. HEX triplet: AE, 22 and B1. RGB value is (174,34,177). Sum of RGB (Red+Green+Blue) = 174+34+177=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE22B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE22B1 is #51DD4E. Grayscale: #5B5B5B. Windows color (decimal): -5365071 or 11608750. OLE color: 11608750.
HSL color Cylindrical-coordinate representation of color #AE22B1: hue angle of 298.74º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE22B1 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 34 | 177 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.31 |
| HSL | 298.74º | 0.68% | 0.41% | - |
| HSV(B) | 298.74º | 0.81% | 0.69% | - |
| XYZ | 25.96 | 13.32 | 42.8 | - |
| YUV | 92.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 177 | 0.02 | 0.81 | 0 | 0.31 | 298.74 | 0.68 | 0.41 |
| Hex | AE | 22 | B1 | 2 | 51 | 0 | 1F | 12B | 44 | 29 |
| Octal | 256 | 42 | 261 | 2 | 121 | 0 | 37 | 453 | 104 | 51 |
| Binary | 10101110 | 100010 | 10110001 | 10 | 1010001 | 0 | 11111 | 100101011 | 1000100 | 101001 |
Color Harmonies of #AE22B1
Complementary color
Monochromatic Colors of #AE22B1
Black with #AE22B1
Text Example
Text Example
White with #AE22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE22B1; }
p { color: rgb(174,34,177); }
H1.HeaderClassName
{
color: #AE22B1;
}
.AnyTagClassName
{
color: #AE22B1;
}
</style>
background-color css
<style>
a { background-color: #AE22B1; }
a { background-color: rgb(174,34,177); }
div.DivClassName
{
background-color: #AE22B1;
}
.BgClassName
{
background-color: #AE22B1;
}
</style>
border-color css
<style>
span { border-color: #AE22B1; }
span { border-color: rgb(174,34,177); }
td.TdClassName
{
border-color: #AE22B1;
}
.TagClassName
{
border-color: #AE22B1;
}
</style>