Shades of Dark Orchid #AB30EA
Tints of Dark Orchid #AB30EA
RGB
CMYK
RGB Variations
Color information
#AB30EA (or 0xAB30EA) is known color: Dark Orchid. HEX triplet: AB, 30 and EA. RGB value is (171,48,234). Sum of RGB (Red+Green+Blue) = 171+48+234=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB30EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB30EA is #54CF15. Grayscale: #696969. Windows color (decimal): -5558038 or 15347883. OLE color: 15347883.
HSL color Cylindrical-coordinate representation of color #AB30EA: hue angle of 279.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB30EA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 48 | 234 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.08 |
| HSL | 279.68º | 0.82% | 0.55% | - |
| HSV(B) | 279.68º | 0.79% | 0.92% | - |
| XYZ | 32.7 | 16.71 | 79.34 | - |
| YUV | 105.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 234 | 0.27 | 0.79 | 0 | 0.08 | 279.68 | 0.82 | 0.55 |
| Hex | AB | 30 | EA | 1B | 4F | 0 | 8 | 118 | 52 | 37 |
| Octal | 253 | 60 | 352 | 33 | 117 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101011 | 110000 | 11101010 | 11011 | 1001111 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AB30EA
Complementary color
Monochromatic Colors of #AB30EA
Black with #AB30EA
Text Example
Text Example
White with #AB30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30EA; }
p { color: rgb(171,48,234); }
H1.HeaderClassName
{
color: #AB30EA;
}
.AnyTagClassName
{
color: #AB30EA;
}
</style>
background-color css
<style>
a { background-color: #AB30EA; }
a { background-color: rgb(171,48,234); }
div.DivClassName
{
background-color: #AB30EA;
}
.BgClassName
{
background-color: #AB30EA;
}
</style>
border-color css
<style>
span { border-color: #AB30EA; }
span { border-color: rgb(171,48,234); }
td.TdClassName
{
border-color: #AB30EA;
}
.TagClassName
{
border-color: #AB30EA;
}
</style>