Shades of Dark Orchid #AB2FDA
Tints of Dark Orchid #AB2FDA
RGB
CMYK
RGB Variations
Color information
#AB2FDA (or 0xAB2FDA) is known color: Dark Orchid. HEX triplet: AB, 2F and DA. RGB value is (171,47,218). Sum of RGB (Red+Green+Blue) = 171+47+218=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB2FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FDA is #54D025. Grayscale: #676767. Windows color (decimal): -5558310 or 14299051. OLE color: 14299051.
HSL color Cylindrical-coordinate representation of color #AB2FDA: hue angle of 283.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2FDA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 47 | 218 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.15 |
| HSL | 283.51º | 0.7% | 0.52% | - |
| HSV(B) | 283.51º | 0.78% | 0.85% | - |
| XYZ | 30.47 | 15.75 | 67.76 | - |
| YUV | 103.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 218 | 0.22 | 0.78 | 0 | 0.15 | 283.51 | 0.7 | 0.52 |
| Hex | AB | 2F | DA | 16 | 4E | 0 | F | 11C | 46 | 34 |
| Octal | 253 | 57 | 332 | 26 | 116 | 0 | 17 | 434 | 106 | 64 |
| Binary | 10101011 | 101111 | 11011010 | 10110 | 1001110 | 0 | 1111 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AB2FDA
Complementary color
Monochromatic Colors of #AB2FDA
Black with #AB2FDA
Text Example
Text Example
White with #AB2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FDA; }
p { color: rgb(171,47,218); }
H1.HeaderClassName
{
color: #AB2FDA;
}
.AnyTagClassName
{
color: #AB2FDA;
}
</style>
background-color css
<style>
a { background-color: #AB2FDA; }
a { background-color: rgb(171,47,218); }
div.DivClassName
{
background-color: #AB2FDA;
}
.BgClassName
{
background-color: #AB2FDA;
}
</style>
border-color css
<style>
span { border-color: #AB2FDA; }
span { border-color: rgb(171,47,218); }
td.TdClassName
{
border-color: #AB2FDA;
}
.TagClassName
{
border-color: #AB2FDA;
}
</style>