Shades of Dark Orchid #AB1CE7
Tints of Dark Orchid #AB1CE7
RGB
CMYK
RGB Variations
Color information
#AB1CE7 (or 0xAB1CE7) is known color: Dark Orchid. HEX triplet: AB, 1C and E7. RGB value is (171,28,231). Sum of RGB (Red+Green+Blue) = 171+28+231=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB1CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CE7 is #54E318. Grayscale: #5D5D5D. Windows color (decimal): -5563161 or 15146155. OLE color: 15146155.
HSL color Cylindrical-coordinate representation of color #AB1CE7: hue angle of 282.27º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1CE7 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 28 | 231 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.09 |
| HSL | 282.27º | 0.81% | 0.51% | - |
| HSV(B) | 282.27º | 0.88% | 0.91% | - |
| XYZ | 31.63 | 15.26 | 76.88 | - |
| YUV | 93.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 231 | 0.26 | 0.88 | 0 | 0.09 | 282.27 | 0.81 | 0.51 |
| Hex | AB | 1C | E7 | 1A | 58 | 0 | 9 | 11A | 51 | 33 |
| Octal | 253 | 34 | 347 | 32 | 130 | 0 | 11 | 432 | 121 | 63 |
| Binary | 10101011 | 11100 | 11100111 | 11010 | 1011000 | 0 | 1001 | 100011010 | 1010001 | 110011 |
Color Harmonies of #AB1CE7
Complementary color
Monochromatic Colors of #AB1CE7
Black with #AB1CE7
Text Example
Text Example
White with #AB1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1CE7; }
p { color: rgb(171,28,231); }
H1.HeaderClassName
{
color: #AB1CE7;
}
.AnyTagClassName
{
color: #AB1CE7;
}
</style>
background-color css
<style>
a { background-color: #AB1CE7; }
a { background-color: rgb(171,28,231); }
div.DivClassName
{
background-color: #AB1CE7;
}
.BgClassName
{
background-color: #AB1CE7;
}
</style>
border-color css
<style>
span { border-color: #AB1CE7; }
span { border-color: rgb(171,28,231); }
td.TdClassName
{
border-color: #AB1CE7;
}
.TagClassName
{
border-color: #AB1CE7;
}
</style>