Shades of Dark Orchid #AB35E6
Tints of Dark Orchid #AB35E6
RGB
CMYK
RGB Variations
Color information
#AB35E6 (or 0xAB35E6) is known color: Dark Orchid. HEX triplet: AB, 35 and E6. RGB value is (171,53,230). Sum of RGB (Red+Green+Blue) = 171+53+230=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB35E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB35E6 is #54CA19. Grayscale: #6B6B6B. Windows color (decimal): -5556762 or 15087019. OLE color: 15087019.
HSL color Cylindrical-coordinate representation of color #AB35E6: hue angle of 280º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB35E6 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 53 | 230 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.10 |
| HSL | 280º | 0.78% | 0.55% | - |
| HSV(B) | 280º | 0.77% | 0.9% | - |
| XYZ | 32.35 | 16.92 | 76.42 | - |
| YUV | 108.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 230 | 0.26 | 0.77 | 0 | 0.10 | 280 | 0.78 | 0.55 |
| Hex | AB | 35 | E6 | 1A | 4D | 0 | A | 118 | 4E | 37 |
| Octal | 253 | 65 | 346 | 32 | 115 | 0 | 12 | 430 | 116 | 67 |
| Binary | 10101011 | 110101 | 11100110 | 11010 | 1001101 | 0 | 1010 | 100011000 | 1001110 | 110111 |
Color Harmonies of #AB35E6
Complementary color
Monochromatic Colors of #AB35E6
Black with #AB35E6
Text Example
Text Example
White with #AB35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB35E6; }
p { color: rgb(171,53,230); }
H1.HeaderClassName
{
color: #AB35E6;
}
.AnyTagClassName
{
color: #AB35E6;
}
</style>
background-color css
<style>
a { background-color: #AB35E6; }
a { background-color: rgb(171,53,230); }
div.DivClassName
{
background-color: #AB35E6;
}
.BgClassName
{
background-color: #AB35E6;
}
</style>
border-color css
<style>
span { border-color: #AB35E6; }
span { border-color: rgb(171,53,230); }
td.TdClassName
{
border-color: #AB35E6;
}
.TagClassName
{
border-color: #AB35E6;
}
</style>