Shades of Dark Orchid #AB2FCE
Tints of Dark Orchid #AB2FCE
RGB
CMYK
RGB Variations
Color information
#AB2FCE (or 0xAB2FCE) is known color: Dark Orchid. HEX triplet: AB, 2F and CE. RGB value is (171,47,206). Sum of RGB (Red+Green+Blue) = 171+47+206=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB2FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FCE is #54D031. Grayscale: #656565. Windows color (decimal): -5558322 or 13512619. OLE color: 13512619.
HSL color Cylindrical-coordinate representation of color #AB2FCE: hue angle of 286.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2FCE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 47 | 206 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.19 |
| HSL | 286.79º | 0.63% | 0.5% | - |
| HSV(B) | 286.79º | 0.77% | 0.81% | - |
| XYZ | 28.95 | 15.15 | 59.79 | - |
| YUV | 102.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 206 | 0.17 | 0.77 | 0 | 0.19 | 286.79 | 0.63 | 0.5 |
| Hex | AB | 2F | CE | 11 | 4D | 0 | 13 | 11F | 3F | 32 |
| Octal | 253 | 57 | 316 | 21 | 115 | 0 | 23 | 437 | 77 | 62 |
| Binary | 10101011 | 101111 | 11001110 | 10001 | 1001101 | 0 | 10011 | 100011111 | 111111 | 110010 |
Color Harmonies of #AB2FCE
Complementary color
Monochromatic Colors of #AB2FCE
Black with #AB2FCE
Text Example
Text Example
White with #AB2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FCE; }
p { color: rgb(171,47,206); }
H1.HeaderClassName
{
color: #AB2FCE;
}
.AnyTagClassName
{
color: #AB2FCE;
}
</style>
background-color css
<style>
a { background-color: #AB2FCE; }
a { background-color: rgb(171,47,206); }
div.DivClassName
{
background-color: #AB2FCE;
}
.BgClassName
{
background-color: #AB2FCE;
}
</style>
border-color css
<style>
span { border-color: #AB2FCE; }
span { border-color: rgb(171,47,206); }
td.TdClassName
{
border-color: #AB2FCE;
}
.TagClassName
{
border-color: #AB2FCE;
}
</style>