Shades of Dark Orchid #AB3AD1
Tints of Dark Orchid #AB3AD1
RGB
CMYK
RGB Variations
Color information
#AB3AD1 (or 0xAB3AD1) is known color: Dark Orchid. HEX triplet: AB, 3A and D1. RGB value is (171,58,209). Sum of RGB (Red+Green+Blue) = 171+58+209=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB3AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3AD1 is #54C52E. Grayscale: #6C6C6C. Windows color (decimal): -5555503 or 13712043. OLE color: 13712043.
HSL color Cylindrical-coordinate representation of color #AB3AD1: hue angle of 284.9º degrees, saturation: 0.62, 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 #AB3AD1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 58 | 209 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.18 |
| HSL | 284.9º | 0.62% | 0.52% | - |
| HSV(B) | 284.9º | 0.72% | 0.82% | - |
| XYZ | 29.82 | 16.29 | 61.89 | - |
| YUV | 109 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 209 | 0.18 | 0.72 | 0 | 0.18 | 284.9 | 0.62 | 0.52 |
| Hex | AB | 3A | D1 | 12 | 48 | 0 | 12 | 11D | 3E | 34 |
| Octal | 253 | 72 | 321 | 22 | 110 | 0 | 22 | 435 | 76 | 64 |
| Binary | 10101011 | 111010 | 11010001 | 10010 | 1001000 | 0 | 10010 | 100011101 | 111110 | 110100 |
Color Harmonies of #AB3AD1
Complementary color
Monochromatic Colors of #AB3AD1
Black with #AB3AD1
Text Example
Text Example
White with #AB3AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AD1; }
p { color: rgb(171,58,209); }
H1.HeaderClassName
{
color: #AB3AD1;
}
.AnyTagClassName
{
color: #AB3AD1;
}
</style>
background-color css
<style>
a { background-color: #AB3AD1; }
a { background-color: rgb(171,58,209); }
div.DivClassName
{
background-color: #AB3AD1;
}
.BgClassName
{
background-color: #AB3AD1;
}
</style>
border-color css
<style>
span { border-color: #AB3AD1; }
span { border-color: rgb(171,58,209); }
td.TdClassName
{
border-color: #AB3AD1;
}
.TagClassName
{
border-color: #AB3AD1;
}
</style>