Shades of Dark Orchid #AB3ED1
Tints of Dark Orchid #AB3ED1
RGB
CMYK
RGB Variations
Color information
#AB3ED1 (or 0xAB3ED1) is known color: Dark Orchid. HEX triplet: AB, 3E and D1. RGB value is (171,62,209). Sum of RGB (Red+Green+Blue) = 171+62+209=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB3ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ED1 is #54C12E. Grayscale: #6E6E6E. Windows color (decimal): -5554479 or 13713067. OLE color: 13713067.
HSL color Cylindrical-coordinate representation of color #AB3ED1: hue angle of 284.49º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3ED1 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 62 | 209 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.18 |
| HSL | 284.49º | 0.62% | 0.53% | - |
| HSV(B) | 284.49º | 0.7% | 0.82% | - |
| XYZ | 30.03 | 16.71 | 61.96 | - |
| YUV | 111.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 209 | 0.18 | 0.70 | 0 | 0.18 | 284.49 | 0.62 | 0.53 |
| Hex | AB | 3E | D1 | 12 | 46 | 0 | 12 | 11C | 3E | 35 |
| Octal | 253 | 76 | 321 | 22 | 106 | 0 | 22 | 434 | 76 | 65 |
| Binary | 10101011 | 111110 | 11010001 | 10010 | 1000110 | 0 | 10010 | 100011100 | 111110 | 110101 |
Color Harmonies of #AB3ED1
Complementary color
Monochromatic Colors of #AB3ED1
Black with #AB3ED1
Text Example
Text Example
White with #AB3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3ED1; }
p { color: rgb(171,62,209); }
H1.HeaderClassName
{
color: #AB3ED1;
}
.AnyTagClassName
{
color: #AB3ED1;
}
</style>
background-color css
<style>
a { background-color: #AB3ED1; }
a { background-color: rgb(171,62,209); }
div.DivClassName
{
background-color: #AB3ED1;
}
.BgClassName
{
background-color: #AB3ED1;
}
</style>
border-color css
<style>
span { border-color: #AB3ED1; }
span { border-color: rgb(171,62,209); }
td.TdClassName
{
border-color: #AB3ED1;
}
.TagClassName
{
border-color: #AB3ED1;
}
</style>