Shades of Dark Orchid #AB2FAA
Tints of Dark Orchid #AB2FAA
RGB
CMYK
RGB Variations
Color information
#AB2FAA (or 0xAB2FAA) is known color: Dark Orchid. HEX triplet: AB, 2F and AA. RGB value is (171,47,170). Sum of RGB (Red+Green+Blue) = 171+47+170=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2FAA is #54D055. Grayscale: #616161. Windows color (decimal): -5558358 or 11153323. OLE color: 11153323.
HSL color Cylindrical-coordinate representation of color #AB2FAA: hue angle of 300.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2FAA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 170 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.33 |
| HSL | 300.48º | 0.57% | 0.43% | - |
| HSV(B) | 300.48º | 0.73% | 0.67% | - |
| XYZ | 25.07 | 13.59 | 39.33 | - |
| YUV | 98.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 170 | 0 | 0.73 | 0.01 | 0.33 | 300.48 | 0.57 | 0.43 |
| Hex | AB | 2F | AA | 0 | 49 | 1 | 21 | 12C | 39 | 2B |
| Octal | 253 | 57 | 252 | 0 | 111 | 1 | 41 | 454 | 71 | 53 |
| Binary | 10101011 | 101111 | 10101010 | 0 | 1001001 | 1 | 100001 | 100101100 | 111001 | 101011 |
Color Harmonies of #AB2FAA
Complementary color
Monochromatic Colors of #AB2FAA
Black with #AB2FAA
Text Example
Text Example
White with #AB2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FAA; }
p { color: rgb(171,47,170); }
H1.HeaderClassName
{
color: #AB2FAA;
}
.AnyTagClassName
{
color: #AB2FAA;
}
</style>
background-color css
<style>
a { background-color: #AB2FAA; }
a { background-color: rgb(171,47,170); }
div.DivClassName
{
background-color: #AB2FAA;
}
.BgClassName
{
background-color: #AB2FAA;
}
</style>
border-color css
<style>
span { border-color: #AB2FAA; }
span { border-color: rgb(171,47,170); }
td.TdClassName
{
border-color: #AB2FAA;
}
.TagClassName
{
border-color: #AB2FAA;
}
</style>