Shades of Dark Orchid #AB3EDC
Tints of Dark Orchid #AB3EDC
RGB
CMYK
RGB Variations
Color information
#AB3EDC (or 0xAB3EDC) is known color: Dark Orchid. HEX triplet: AB, 3E and DC. RGB value is (171,62,220). Sum of RGB (Red+Green+Blue) = 171+62+220=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDC is #54C123. Grayscale: #707070. Windows color (decimal): -5554468 or 14433963. OLE color: 14433963.
HSL color Cylindrical-coordinate representation of color #AB3EDC: hue angle of 281.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3EDC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 62 | 220 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.14 |
| HSL | 281.39º | 0.69% | 0.55% | - |
| HSV(B) | 281.39º | 0.72% | 0.86% | - |
| XYZ | 31.44 | 17.27 | 69.39 | - |
| YUV | 112.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 220 | 0.22 | 0.72 | 0 | 0.14 | 281.39 | 0.69 | 0.55 |
| Hex | AB | 3E | DC | 16 | 48 | 0 | E | 119 | 45 | 37 |
| Octal | 253 | 76 | 334 | 26 | 110 | 0 | 16 | 431 | 105 | 67 |
| Binary | 10101011 | 111110 | 11011100 | 10110 | 1001000 | 0 | 1110 | 100011001 | 1000101 | 110111 |
Color Harmonies of #AB3EDC
Complementary color
Monochromatic Colors of #AB3EDC
Black with #AB3EDC
Text Example
Text Example
White with #AB3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EDC; }
p { color: rgb(171,62,220); }
H1.HeaderClassName
{
color: #AB3EDC;
}
.AnyTagClassName
{
color: #AB3EDC;
}
</style>
background-color css
<style>
a { background-color: #AB3EDC; }
a { background-color: rgb(171,62,220); }
div.DivClassName
{
background-color: #AB3EDC;
}
.BgClassName
{
background-color: #AB3EDC;
}
</style>
border-color css
<style>
span { border-color: #AB3EDC; }
span { border-color: rgb(171,62,220); }
td.TdClassName
{
border-color: #AB3EDC;
}
.TagClassName
{
border-color: #AB3EDC;
}
</style>