Shades of Dark Orchid #AB2FCC
Tints of Dark Orchid #AB2FCC
RGB
CMYK
RGB Variations
Color information
#AB2FCC (or 0xAB2FCC) is known color: Dark Orchid. HEX triplet: AB, 2F and CC. RGB value is (171,47,204). Sum of RGB (Red+Green+Blue) = 171+47+204=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FCC is #54D033. Grayscale: #656565. Windows color (decimal): -5558324 or 13381547. OLE color: 13381547.
HSL color Cylindrical-coordinate representation of color #AB2FCC: hue angle of 287.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2FCC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 47 | 204 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.2 |
| HSL | 287.39º | 0.63% | 0.49% | - |
| HSV(B) | 287.39º | 0.77% | 0.8% | - |
| XYZ | 28.71 | 15.05 | 58.52 | - |
| YUV | 101.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 204 | 0.16 | 0.77 | 0 | 0.2 | 287.39 | 0.63 | 0.49 |
| Hex | AB | 2F | CC | 10 | 4D | 0 | 14 | 11F | 3F | 31 |
| Octal | 253 | 57 | 314 | 20 | 115 | 0 | 24 | 437 | 77 | 61 |
| Binary | 10101011 | 101111 | 11001100 | 10000 | 1001101 | 0 | 10100 | 100011111 | 111111 | 110001 |
Color Harmonies of #AB2FCC
Complementary color
Monochromatic Colors of #AB2FCC
Black with #AB2FCC
Text Example
Text Example
White with #AB2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FCC; }
p { color: rgb(171,47,204); }
H1.HeaderClassName
{
color: #AB2FCC;
}
.AnyTagClassName
{
color: #AB2FCC;
}
</style>
background-color css
<style>
a { background-color: #AB2FCC; }
a { background-color: rgb(171,47,204); }
div.DivClassName
{
background-color: #AB2FCC;
}
.BgClassName
{
background-color: #AB2FCC;
}
</style>
border-color css
<style>
span { border-color: #AB2FCC; }
span { border-color: rgb(171,47,204); }
td.TdClassName
{
border-color: #AB2FCC;
}
.TagClassName
{
border-color: #AB2FCC;
}
</style>