Shades of Dark Orchid #AB3AD0
Tints of Dark Orchid #AB3AD0
RGB
CMYK
RGB Variations
Color information
#AB3AD0 (or 0xAB3AD0) is known color: Dark Orchid. HEX triplet: AB, 3A and D0. RGB value is (171,58,208). Sum of RGB (Red+Green+Blue) = 171+58+208=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB3AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3AD0 is #54C52F. Grayscale: #6C6C6C. Windows color (decimal): -5555504 or 13646507. OLE color: 13646507.
HSL color Cylindrical-coordinate representation of color #AB3AD0: hue angle of 285.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3AD0 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 58 | 208 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.18 |
| HSL | 285.2º | 0.61% | 0.52% | - |
| HSV(B) | 285.2º | 0.72% | 0.82% | - |
| XYZ | 29.69 | 16.24 | 61.24 | - |
| YUV | 108.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 208 | 0.18 | 0.72 | 0 | 0.18 | 285.2 | 0.61 | 0.52 |
| Hex | AB | 3A | D0 | 12 | 48 | 0 | 12 | 11D | 3D | 34 |
| Octal | 253 | 72 | 320 | 22 | 110 | 0 | 22 | 435 | 75 | 64 |
| Binary | 10101011 | 111010 | 11010000 | 10010 | 1001000 | 0 | 10010 | 100011101 | 111101 | 110100 |
Color Harmonies of #AB3AD0
Complementary color
Monochromatic Colors of #AB3AD0
Black with #AB3AD0
Text Example
Text Example
White with #AB3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AD0; }
p { color: rgb(171,58,208); }
H1.HeaderClassName
{
color: #AB3AD0;
}
.AnyTagClassName
{
color: #AB3AD0;
}
</style>
background-color css
<style>
a { background-color: #AB3AD0; }
a { background-color: rgb(171,58,208); }
div.DivClassName
{
background-color: #AB3AD0;
}
.BgClassName
{
background-color: #AB3AD0;
}
</style>
border-color css
<style>
span { border-color: #AB3AD0; }
span { border-color: rgb(171,58,208); }
td.TdClassName
{
border-color: #AB3AD0;
}
.TagClassName
{
border-color: #AB3AD0;
}
</style>