Shades of Dark Orchid #AB3FDC
Tints of Dark Orchid #AB3FDC
RGB
CMYK
RGB Variations
Color information
#AB3FDC (or 0xAB3FDC) is known color: Dark Orchid. HEX triplet: AB, 3F and DC. RGB value is (171,63,220). Sum of RGB (Red+Green+Blue) = 171+63+220=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FDC is #54C023. Grayscale: #707070. Windows color (decimal): -5554212 or 14434219. OLE color: 14434219.
HSL color Cylindrical-coordinate representation of color #AB3FDC: hue angle of 281.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3FDC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 63 | 220 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.14 |
| HSL | 281.27º | 0.69% | 0.55% | - |
| HSV(B) | 281.27º | 0.71% | 0.86% | - |
| XYZ | 31.49 | 17.38 | 69.41 | - |
| YUV | 113.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 220 | 0.22 | 0.71 | 0 | 0.14 | 281.27 | 0.69 | 0.55 |
| Hex | AB | 3F | DC | 16 | 47 | 0 | E | 119 | 45 | 37 |
| Octal | 253 | 77 | 334 | 26 | 107 | 0 | 16 | 431 | 105 | 67 |
| Binary | 10101011 | 111111 | 11011100 | 10110 | 1000111 | 0 | 1110 | 100011001 | 1000101 | 110111 |
Color Harmonies of #AB3FDC
Complementary color
Monochromatic Colors of #AB3FDC
Black with #AB3FDC
Text Example
Text Example
White with #AB3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FDC; }
p { color: rgb(171,63,220); }
H1.HeaderClassName
{
color: #AB3FDC;
}
.AnyTagClassName
{
color: #AB3FDC;
}
</style>
background-color css
<style>
a { background-color: #AB3FDC; }
a { background-color: rgb(171,63,220); }
div.DivClassName
{
background-color: #AB3FDC;
}
.BgClassName
{
background-color: #AB3FDC;
}
</style>
border-color css
<style>
span { border-color: #AB3FDC; }
span { border-color: rgb(171,63,220); }
td.TdClassName
{
border-color: #AB3FDC;
}
.TagClassName
{
border-color: #AB3FDC;
}
</style>