Shades of Dark Orchid #AB2AE5
Tints of Dark Orchid #AB2AE5
RGB
CMYK
RGB Variations
Color information
#AB2AE5 (or 0xAB2AE5) is known color: Dark Orchid. HEX triplet: AB, 2A and E5. RGB value is (171,42,229). Sum of RGB (Red+Green+Blue) = 171+42+229=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB2AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AE5 is #54D51A. Grayscale: #656565. Windows color (decimal): -5559579 or 15018667. OLE color: 15018667.
HSL color Cylindrical-coordinate representation of color #AB2AE5: hue angle of 281.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2AE5 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 42 | 229 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.10 |
| HSL | 281.39º | 0.78% | 0.53% | - |
| HSV(B) | 281.39º | 0.82% | 0.9% | - |
| XYZ | 31.77 | 15.97 | 75.54 | - |
| YUV | 101.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 229 | 0.25 | 0.82 | 0 | 0.10 | 281.39 | 0.78 | 0.53 |
| Hex | AB | 2A | E5 | 19 | 52 | 0 | A | 119 | 4E | 35 |
| Octal | 253 | 52 | 345 | 31 | 122 | 0 | 12 | 431 | 116 | 65 |
| Binary | 10101011 | 101010 | 11100101 | 11001 | 1010010 | 0 | 1010 | 100011001 | 1001110 | 110101 |
Color Harmonies of #AB2AE5
Complementary color
Monochromatic Colors of #AB2AE5
Black with #AB2AE5
Text Example
Text Example
White with #AB2AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AE5; }
p { color: rgb(171,42,229); }
H1.HeaderClassName
{
color: #AB2AE5;
}
.AnyTagClassName
{
color: #AB2AE5;
}
</style>
background-color css
<style>
a { background-color: #AB2AE5; }
a { background-color: rgb(171,42,229); }
div.DivClassName
{
background-color: #AB2AE5;
}
.BgClassName
{
background-color: #AB2AE5;
}
</style>
border-color css
<style>
span { border-color: #AB2AE5; }
span { border-color: rgb(171,42,229); }
td.TdClassName
{
border-color: #AB2AE5;
}
.TagClassName
{
border-color: #AB2AE5;
}
</style>