Shades of Dark Orchid #AD1FC4
Tints of Dark Orchid #AD1FC4
RGB
CMYK
RGB Variations
Color information
#AD1FC4 (or 0xAD1FC4) is known color: Dark Orchid. HEX triplet: AD, 1F and C4. RGB value is (173,31,196). Sum of RGB (Red+Green+Blue) = 173+31+196=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD1FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FC4 is #52E03B. Grayscale: #5B5B5B. Windows color (decimal): -5431356 or 12853165. OLE color: 12853165.
HSL color Cylindrical-coordinate representation of color #AD1FC4: hue angle of 291.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1FC4 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 31 | 196 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.23 |
| HSL | 291.64º | 0.73% | 0.45% | - |
| HSV(B) | 291.64º | 0.84% | 0.77% | - |
| XYZ | 27.69 | 13.85 | 53.44 | - |
| YUV | 92.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 196 | 0.12 | 0.84 | 0 | 0.23 | 291.64 | 0.73 | 0.45 |
| Hex | AD | 1F | C4 | C | 54 | 0 | 17 | 124 | 49 | 2D |
| Octal | 255 | 37 | 304 | 14 | 124 | 0 | 27 | 444 | 111 | 55 |
| Binary | 10101101 | 11111 | 11000100 | 1100 | 1010100 | 0 | 10111 | 100100100 | 1001001 | 101101 |
Color Harmonies of #AD1FC4
Complementary color
Monochromatic Colors of #AD1FC4
Black with #AD1FC4
Text Example
Text Example
White with #AD1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FC4; }
p { color: rgb(173,31,196); }
H1.HeaderClassName
{
color: #AD1FC4;
}
.AnyTagClassName
{
color: #AD1FC4;
}
</style>
background-color css
<style>
a { background-color: #AD1FC4; }
a { background-color: rgb(173,31,196); }
div.DivClassName
{
background-color: #AD1FC4;
}
.BgClassName
{
background-color: #AD1FC4;
}
</style>
border-color css
<style>
span { border-color: #AD1FC4; }
span { border-color: rgb(173,31,196); }
td.TdClassName
{
border-color: #AD1FC4;
}
.TagClassName
{
border-color: #AD1FC4;
}
</style>