Shades of Dark Orchid #AB23AF
Tints of Dark Orchid #AB23AF
RGB
CMYK
RGB Variations
Color information
#AB23AF (or 0xAB23AF) is known color: Dark Orchid. HEX triplet: AB, 23 and AF. RGB value is (171,35,175). Sum of RGB (Red+Green+Blue) = 171+35+175=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AF is #54DC50. Grayscale: #5B5B5B. Windows color (decimal): -5561425 or 11477931. OLE color: 11477931.
HSL color Cylindrical-coordinate representation of color #AB23AF: hue angle of 298.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23AF is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 35 | 175 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.31 |
| HSL | 298.29º | 0.67% | 0.41% | - |
| HSV(B) | 298.29º | 0.8% | 0.69% | - |
| XYZ | 25.13 | 12.96 | 41.73 | - |
| YUV | 91.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 175 | 0.02 | 0.8 | 0 | 0.31 | 298.29 | 0.67 | 0.41 |
| Hex | AB | 23 | AF | 2 | 50 | 0 | 1F | 12A | 43 | 29 |
| Octal | 253 | 43 | 257 | 2 | 120 | 0 | 37 | 452 | 103 | 51 |
| Binary | 10101011 | 100011 | 10101111 | 10 | 1010000 | 0 | 11111 | 100101010 | 1000011 | 101001 |
Color Harmonies of #AB23AF
Complementary color
Monochromatic Colors of #AB23AF
Black with #AB23AF
Text Example
Text Example
White with #AB23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB23AF; }
p { color: rgb(171,35,175); }
H1.HeaderClassName
{
color: #AB23AF;
}
.AnyTagClassName
{
color: #AB23AF;
}
</style>
background-color css
<style>
a { background-color: #AB23AF; }
a { background-color: rgb(171,35,175); }
div.DivClassName
{
background-color: #AB23AF;
}
.BgClassName
{
background-color: #AB23AF;
}
</style>
border-color css
<style>
span { border-color: #AB23AF; }
span { border-color: rgb(171,35,175); }
td.TdClassName
{
border-color: #AB23AF;
}
.TagClassName
{
border-color: #AB23AF;
}
</style>