Shades of Dark Orchid #AB38E3
Tints of Dark Orchid #AB38E3
RGB
CMYK
RGB Variations
Color information
#AB38E3 (or 0xAB38E3) is known color: Dark Orchid. HEX triplet: AB, 38 and E3. RGB value is (171,56,227). Sum of RGB (Red+Green+Blue) = 171+56+227=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB38E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38E3 is #54C71C. Grayscale: #6D6D6D. Windows color (decimal): -5555997 or 14891179. OLE color: 14891179.
HSL color Cylindrical-coordinate representation of color #AB38E3: hue angle of 280.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB38E3 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 56 | 227 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.11 |
| HSL | 280.35º | 0.75% | 0.55% | - |
| HSV(B) | 280.35º | 0.75% | 0.89% | - |
| XYZ | 32.07 | 17.03 | 74.27 | - |
| YUV | 109.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 227 | 0.25 | 0.75 | 0 | 0.11 | 280.35 | 0.75 | 0.55 |
| Hex | AB | 38 | E3 | 19 | 4B | 0 | B | 118 | 4B | 37 |
| Octal | 253 | 70 | 343 | 31 | 113 | 0 | 13 | 430 | 113 | 67 |
| Binary | 10101011 | 111000 | 11100011 | 11001 | 1001011 | 0 | 1011 | 100011000 | 1001011 | 110111 |
Color Harmonies of #AB38E3
Complementary color
Monochromatic Colors of #AB38E3
Black with #AB38E3
Text Example
Text Example
White with #AB38E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB38E3; }
p { color: rgb(171,56,227); }
H1.HeaderClassName
{
color: #AB38E3;
}
.AnyTagClassName
{
color: #AB38E3;
}
</style>
background-color css
<style>
a { background-color: #AB38E3; }
a { background-color: rgb(171,56,227); }
div.DivClassName
{
background-color: #AB38E3;
}
.BgClassName
{
background-color: #AB38E3;
}
</style>
border-color css
<style>
span { border-color: #AB38E3; }
span { border-color: rgb(171,56,227); }
td.TdClassName
{
border-color: #AB38E3;
}
.TagClassName
{
border-color: #AB38E3;
}
</style>