Shades of Dark Orchid #AB2BC4
Tints of Dark Orchid #AB2BC4
RGB
CMYK
RGB Variations
Color information
#AB2BC4 (or 0xAB2BC4) is known color: Dark Orchid. HEX triplet: AB, 2B and C4. RGB value is (171,43,196). Sum of RGB (Red+Green+Blue) = 171+43+196=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB2BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BC4 is #54D43B. Grayscale: #626262. Windows color (decimal): -5559356 or 12856235. OLE color: 12856235.
HSL color Cylindrical-coordinate representation of color #AB2BC4: hue angle of 290.2º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2BC4 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 43 | 196 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.23 |
| HSL | 290.2º | 0.64% | 0.47% | - |
| HSV(B) | 290.2º | 0.78% | 0.77% | - |
| XYZ | 27.62 | 14.37 | 53.54 | - |
| YUV | 98.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 196 | 0.13 | 0.78 | 0 | 0.23 | 290.2 | 0.64 | 0.47 |
| Hex | AB | 2B | C4 | D | 4E | 0 | 17 | 122 | 40 | 2F |
| Octal | 253 | 53 | 304 | 15 | 116 | 0 | 27 | 442 | 100 | 57 |
| Binary | 10101011 | 101011 | 11000100 | 1101 | 1001110 | 0 | 10111 | 100100010 | 1000000 | 101111 |
Color Harmonies of #AB2BC4
Complementary color
Monochromatic Colors of #AB2BC4
Black with #AB2BC4
Text Example
Text Example
White with #AB2BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BC4; }
p { color: rgb(171,43,196); }
H1.HeaderClassName
{
color: #AB2BC4;
}
.AnyTagClassName
{
color: #AB2BC4;
}
</style>
background-color css
<style>
a { background-color: #AB2BC4; }
a { background-color: rgb(171,43,196); }
div.DivClassName
{
background-color: #AB2BC4;
}
.BgClassName
{
background-color: #AB2BC4;
}
</style>
border-color css
<style>
span { border-color: #AB2BC4; }
span { border-color: rgb(171,43,196); }
td.TdClassName
{
border-color: #AB2BC4;
}
.TagClassName
{
border-color: #AB2BC4;
}
</style>