Shades of Dark Orchid #AE20CB
Tints of Dark Orchid #AE20CB
RGB
CMYK
RGB Variations
Color information
#AE20CB (or 0xAE20CB) is known color: Dark Orchid. HEX triplet: AE, 20 and CB. RGB value is (174,32,203). Sum of RGB (Red+Green+Blue) = 174+32+203=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE20CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20CB is #51DF34. Grayscale: #5D5D5D. Windows color (decimal): -5365557 or 13312174. OLE color: 13312174.
HSL color Cylindrical-coordinate representation of color #AE20CB: hue angle of 289.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE20CB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 32 | 203 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.20 |
| HSL | 289.82º | 0.73% | 0.46% | - |
| HSV(B) | 289.82º | 0.84% | 0.8% | - |
| XYZ | 28.75 | 14.34 | 57.75 | - |
| YUV | 93.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 203 | 0.14 | 0.84 | 0 | 0.20 | 289.82 | 0.73 | 0.46 |
| Hex | AE | 20 | CB | E | 54 | 0 | 14 | 122 | 49 | 2E |
| Octal | 256 | 40 | 313 | 16 | 124 | 0 | 24 | 442 | 111 | 56 |
| Binary | 10101110 | 100000 | 11001011 | 1110 | 1010100 | 0 | 10100 | 100100010 | 1001001 | 101110 |
Color Harmonies of #AE20CB
Complementary color
Monochromatic Colors of #AE20CB
Black with #AE20CB
Text Example
Text Example
White with #AE20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20CB; }
p { color: rgb(174,32,203); }
H1.HeaderClassName
{
color: #AE20CB;
}
.AnyTagClassName
{
color: #AE20CB;
}
</style>
background-color css
<style>
a { background-color: #AE20CB; }
a { background-color: rgb(174,32,203); }
div.DivClassName
{
background-color: #AE20CB;
}
.BgClassName
{
background-color: #AE20CB;
}
</style>
border-color css
<style>
span { border-color: #AE20CB; }
span { border-color: rgb(174,32,203); }
td.TdClassName
{
border-color: #AE20CB;
}
.TagClassName
{
border-color: #AE20CB;
}
</style>