Shades of Dark Orchid #AB28BD
Tints of Dark Orchid #AB28BD
RGB
CMYK
RGB Variations
Color information
#AB28BD (or 0xAB28BD) is known color: Dark Orchid. HEX triplet: AB, 28 and BD. RGB value is (171,40,189). Sum of RGB (Red+Green+Blue) = 171+40+189=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28BD is #54D742. Grayscale: #5F5F5F. Windows color (decimal): -5560131 or 12396715. OLE color: 12396715.
HSL color Cylindrical-coordinate representation of color #AB28BD: hue angle of 292.75º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB28BD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 40 | 189 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.26 |
| HSL | 292.75º | 0.65% | 0.45% | - |
| HSV(B) | 292.75º | 0.79% | 0.74% | - |
| XYZ | 26.74 | 13.85 | 49.41 | - |
| YUV | 96.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 189 | 0.10 | 0.79 | 0 | 0.26 | 292.75 | 0.65 | 0.45 |
| Hex | AB | 28 | BD | A | 4F | 0 | 1A | 125 | 41 | 2D |
| Octal | 253 | 50 | 275 | 12 | 117 | 0 | 32 | 445 | 101 | 55 |
| Binary | 10101011 | 101000 | 10111101 | 1010 | 1001111 | 0 | 11010 | 100100101 | 1000001 | 101101 |
Color Harmonies of #AB28BD
Complementary color
Monochromatic Colors of #AB28BD
Black with #AB28BD
Text Example
Text Example
White with #AB28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28BD; }
p { color: rgb(171,40,189); }
H1.HeaderClassName
{
color: #AB28BD;
}
.AnyTagClassName
{
color: #AB28BD;
}
</style>
background-color css
<style>
a { background-color: #AB28BD; }
a { background-color: rgb(171,40,189); }
div.DivClassName
{
background-color: #AB28BD;
}
.BgClassName
{
background-color: #AB28BD;
}
</style>
border-color css
<style>
span { border-color: #AB28BD; }
span { border-color: rgb(171,40,189); }
td.TdClassName
{
border-color: #AB28BD;
}
.TagClassName
{
border-color: #AB28BD;
}
</style>