Shades of Dark Orchid #AD2FAF
Tints of Dark Orchid #AD2FAF
RGB
CMYK
RGB Variations
Color information
#AD2FAF (or 0xAD2FAF) is known color: Dark Orchid. HEX triplet: AD, 2F and AF. RGB value is (173,47,175). Sum of RGB (Red+Green+Blue) = 173+47+175=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD2FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2FAF is #52D050. Grayscale: #626262. Windows color (decimal): -5427281 or 11481005. OLE color: 11481005.
HSL color Cylindrical-coordinate representation of color #AD2FAF: hue angle of 299.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2FAF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 47 | 175 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.31 |
| HSL | 299.06º | 0.58% | 0.44% | - |
| HSV(B) | 299.06º | 0.73% | 0.69% | - |
| XYZ | 25.99 | 14.01 | 41.89 | - |
| YUV | 99.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 175 | 0.01 | 0.73 | 0 | 0.31 | 299.06 | 0.58 | 0.44 |
| Hex | AD | 2F | AF | 1 | 49 | 0 | 1F | 12B | 3A | 2C |
| Octal | 255 | 57 | 257 | 1 | 111 | 0 | 37 | 453 | 72 | 54 |
| Binary | 10101101 | 101111 | 10101111 | 1 | 1001001 | 0 | 11111 | 100101011 | 111010 | 101100 |
Color Harmonies of #AD2FAF
Complementary color
Monochromatic Colors of #AD2FAF
Black with #AD2FAF
Text Example
Text Example
White with #AD2FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FAF; }
p { color: rgb(173,47,175); }
H1.HeaderClassName
{
color: #AD2FAF;
}
.AnyTagClassName
{
color: #AD2FAF;
}
</style>
background-color css
<style>
a { background-color: #AD2FAF; }
a { background-color: rgb(173,47,175); }
div.DivClassName
{
background-color: #AD2FAF;
}
.BgClassName
{
background-color: #AD2FAF;
}
</style>
border-color css
<style>
span { border-color: #AD2FAF; }
span { border-color: rgb(173,47,175); }
td.TdClassName
{
border-color: #AD2FAF;
}
.TagClassName
{
border-color: #AD2FAF;
}
</style>