Shades of Dark Orchid #AB2AD5
Tints of Dark Orchid #AB2AD5
RGB
CMYK
RGB Variations
Color information
#AB2AD5 (or 0xAB2AD5) is known color: Dark Orchid. HEX triplet: AB, 2A and D5. RGB value is (171,42,213). Sum of RGB (Red+Green+Blue) = 171+42+213=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB2AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AD5 is #54D52A. Grayscale: #636363. Windows color (decimal): -5559595 or 13970091. OLE color: 13970091.
HSL color Cylindrical-coordinate representation of color #AB2AD5: hue angle of 285.26º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2AD5 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 42 | 213 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.16 |
| HSL | 285.26º | 0.67% | 0.5% | - |
| HSV(B) | 285.26º | 0.8% | 0.84% | - |
| XYZ | 29.63 | 15.12 | 64.31 | - |
| YUV | 100.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 213 | 0.20 | 0.80 | 0 | 0.16 | 285.26 | 0.67 | 0.5 |
| Hex | AB | 2A | D5 | 14 | 50 | 0 | 10 | 11D | 43 | 32 |
| Octal | 253 | 52 | 325 | 24 | 120 | 0 | 20 | 435 | 103 | 62 |
| Binary | 10101011 | 101010 | 11010101 | 10100 | 1010000 | 0 | 10000 | 100011101 | 1000011 | 110010 |
Color Harmonies of #AB2AD5
Complementary color
Monochromatic Colors of #AB2AD5
Black with #AB2AD5
Text Example
Text Example
White with #AB2AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AD5; }
p { color: rgb(171,42,213); }
H1.HeaderClassName
{
color: #AB2AD5;
}
.AnyTagClassName
{
color: #AB2AD5;
}
</style>
background-color css
<style>
a { background-color: #AB2AD5; }
a { background-color: rgb(171,42,213); }
div.DivClassName
{
background-color: #AB2AD5;
}
.BgClassName
{
background-color: #AB2AD5;
}
</style>
border-color css
<style>
span { border-color: #AB2AD5; }
span { border-color: rgb(171,42,213); }
td.TdClassName
{
border-color: #AB2AD5;
}
.TagClassName
{
border-color: #AB2AD5;
}
</style>