Shades of Dark Orchid #AB2FCF
Tints of Dark Orchid #AB2FCF
RGB
CMYK
RGB Variations
Color information
#AB2FCF (or 0xAB2FCF) is known color: Dark Orchid. HEX triplet: AB, 2F and CF. RGB value is (171,47,207). Sum of RGB (Red+Green+Blue) = 171+47+207=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB2FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FCF is #54D030. Grayscale: #656565. Windows color (decimal): -5558321 or 13578155. OLE color: 13578155.
HSL color Cylindrical-coordinate representation of color #AB2FCF: hue angle of 286.5º 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 #AB2FCF is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 47 | 207 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.19 |
| HSL | 286.5º | 0.63% | 0.5% | - |
| HSV(B) | 286.5º | 0.77% | 0.81% | - |
| XYZ | 29.07 | 15.2 | 60.43 | - |
| YUV | 102.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 207 | 0.17 | 0.77 | 0 | 0.19 | 286.5 | 0.63 | 0.5 |
| Hex | AB | 2F | CF | 11 | 4D | 0 | 13 | 11E | 3F | 32 |
| Octal | 253 | 57 | 317 | 21 | 115 | 0 | 23 | 436 | 77 | 62 |
| Binary | 10101011 | 101111 | 11001111 | 10001 | 1001101 | 0 | 10011 | 100011110 | 111111 | 110010 |
Color Harmonies of #AB2FCF
Complementary color
Monochromatic Colors of #AB2FCF
Black with #AB2FCF
Text Example
Text Example
White with #AB2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FCF; }
p { color: rgb(171,47,207); }
H1.HeaderClassName
{
color: #AB2FCF;
}
.AnyTagClassName
{
color: #AB2FCF;
}
</style>
background-color css
<style>
a { background-color: #AB2FCF; }
a { background-color: rgb(171,47,207); }
div.DivClassName
{
background-color: #AB2FCF;
}
.BgClassName
{
background-color: #AB2FCF;
}
</style>
border-color css
<style>
span { border-color: #AB2FCF; }
span { border-color: rgb(171,47,207); }
td.TdClassName
{
border-color: #AB2FCF;
}
.TagClassName
{
border-color: #AB2FCF;
}
</style>