Shades of Dark Orchid #AB2AAF
Tints of Dark Orchid #AB2AAF
RGB
CMYK
RGB Variations
Color information
#AB2AAF (or 0xAB2AAF) is known color: Dark Orchid. HEX triplet: AB, 2A and AF. RGB value is (171,42,175). Sum of RGB (Red+Green+Blue) = 171+42+175=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB2AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2AAF is #54D550. Grayscale: #5F5F5F. Windows color (decimal): -5559633 or 11479723. OLE color: 11479723.
HSL color Cylindrical-coordinate representation of color #AB2AAF: hue angle of 298.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2AAF is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 42 | 175 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.31 |
| HSL | 298.2º | 0.61% | 0.43% | - |
| HSV(B) | 298.2º | 0.76% | 0.69% | - |
| XYZ | 25.36 | 13.41 | 41.81 | - |
| YUV | 95.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 175 | 0.02 | 0.76 | 0 | 0.31 | 298.2 | 0.61 | 0.43 |
| Hex | AB | 2A | AF | 2 | 4C | 0 | 1F | 12A | 3D | 2B |
| Octal | 253 | 52 | 257 | 2 | 114 | 0 | 37 | 452 | 75 | 53 |
| Binary | 10101011 | 101010 | 10101111 | 10 | 1001100 | 0 | 11111 | 100101010 | 111101 | 101011 |
Color Harmonies of #AB2AAF
Complementary color
Monochromatic Colors of #AB2AAF
Black with #AB2AAF
Text Example
Text Example
White with #AB2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2AAF; }
p { color: rgb(171,42,175); }
H1.HeaderClassName
{
color: #AB2AAF;
}
.AnyTagClassName
{
color: #AB2AAF;
}
</style>
background-color css
<style>
a { background-color: #AB2AAF; }
a { background-color: rgb(171,42,175); }
div.DivClassName
{
background-color: #AB2AAF;
}
.BgClassName
{
background-color: #AB2AAF;
}
</style>
border-color css
<style>
span { border-color: #AB2AAF; }
span { border-color: rgb(171,42,175); }
td.TdClassName
{
border-color: #AB2AAF;
}
.TagClassName
{
border-color: #AB2AAF;
}
</style>