Shades of Dark Orchid #AB3EE0
Tints of Dark Orchid #AB3EE0
RGB
CMYK
RGB Variations
Color information
#AB3EE0 (or 0xAB3EE0) is known color: Dark Orchid. HEX triplet: AB, 3E and E0. RGB value is (171,62,224). Sum of RGB (Red+Green+Blue) = 171+62+224=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB3EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EE0 is #54C11F. Grayscale: #707070. Windows color (decimal): -5554464 or 14696107. OLE color: 14696107.
HSL color Cylindrical-coordinate representation of color #AB3EE0: hue angle of 280.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3EE0 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 62 | 224 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.12 |
| HSL | 280.37º | 0.72% | 0.56% | - |
| HSV(B) | 280.37º | 0.72% | 0.88% | - |
| XYZ | 31.97 | 17.48 | 72.21 | - |
| YUV | 113.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 224 | 0.24 | 0.72 | 0 | 0.12 | 280.37 | 0.72 | 0.56 |
| Hex | AB | 3E | E0 | 18 | 48 | 0 | C | 118 | 48 | 38 |
| Octal | 253 | 76 | 340 | 30 | 110 | 0 | 14 | 430 | 110 | 70 |
| Binary | 10101011 | 111110 | 11100000 | 11000 | 1001000 | 0 | 1100 | 100011000 | 1001000 | 111000 |
Color Harmonies of #AB3EE0
Complementary color
Monochromatic Colors of #AB3EE0
Black with #AB3EE0
Text Example
Text Example
White with #AB3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EE0; }
p { color: rgb(171,62,224); }
H1.HeaderClassName
{
color: #AB3EE0;
}
.AnyTagClassName
{
color: #AB3EE0;
}
</style>
background-color css
<style>
a { background-color: #AB3EE0; }
a { background-color: rgb(171,62,224); }
div.DivClassName
{
background-color: #AB3EE0;
}
.BgClassName
{
background-color: #AB3EE0;
}
</style>
border-color css
<style>
span { border-color: #AB3EE0; }
span { border-color: rgb(171,62,224); }
td.TdClassName
{
border-color: #AB3EE0;
}
.TagClassName
{
border-color: #AB3EE0;
}
</style>