Shades of Dark Orchid #AB2CCF
Tints of Dark Orchid #AB2CCF
RGB
CMYK
RGB Variations
Color information
#AB2CCF (or 0xAB2CCF) is known color: Dark Orchid. HEX triplet: AB, 2C and CF. RGB value is (171,44,207). Sum of RGB (Red+Green+Blue) = 171+44+207=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCF is #54D330. Grayscale: #646464. Windows color (decimal): -5559089 or 13577387. OLE color: 13577387.
HSL color Cylindrical-coordinate representation of color #AB2CCF: hue angle of 286.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2CCF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 44 | 207 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.19 |
| HSL | 286.75º | 0.65% | 0.49% | - |
| HSV(B) | 286.75º | 0.79% | 0.81% | - |
| XYZ | 28.96 | 14.96 | 60.39 | - |
| YUV | 100.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 207 | 0.17 | 0.79 | 0 | 0.19 | 286.75 | 0.65 | 0.49 |
| Hex | AB | 2C | CF | 11 | 4F | 0 | 13 | 11F | 41 | 31 |
| Octal | 253 | 54 | 317 | 21 | 117 | 0 | 23 | 437 | 101 | 61 |
| Binary | 10101011 | 101100 | 11001111 | 10001 | 1001111 | 0 | 10011 | 100011111 | 1000001 | 110001 |
Color Harmonies of #AB2CCF
Complementary color
Monochromatic Colors of #AB2CCF
Black with #AB2CCF
Text Example
Text Example
White with #AB2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CCF; }
p { color: rgb(171,44,207); }
H1.HeaderClassName
{
color: #AB2CCF;
}
.AnyTagClassName
{
color: #AB2CCF;
}
</style>
background-color css
<style>
a { background-color: #AB2CCF; }
a { background-color: rgb(171,44,207); }
div.DivClassName
{
background-color: #AB2CCF;
}
.BgClassName
{
background-color: #AB2CCF;
}
</style>
border-color css
<style>
span { border-color: #AB2CCF; }
span { border-color: rgb(171,44,207); }
td.TdClassName
{
border-color: #AB2CCF;
}
.TagClassName
{
border-color: #AB2CCF;
}
</style>