Shades of Dark Orchid #A41FDD
Tints of Dark Orchid #A41FDD
RGB
CMYK
RGB Variations
Color information
#A41FDD (or 0xA41FDD) is known color: Dark Orchid. HEX triplet: A4, 1F and DD. RGB value is (164,31,221). Sum of RGB (Red+Green+Blue) = 164+31+221=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A41FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FDD is #5BE022. Grayscale: #5B5B5B. Windows color (decimal): -6021155 or 14491556. OLE color: 14491556.
HSL color Cylindrical-coordinate representation of color #A41FDD: hue angle of 282º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FDD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 31 | 221 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 282º | 0.75% | 0.49% | - |
| HSV(B) | 282º | 0.86% | 0.87% | - |
| XYZ | 28.85 | 14.09 | 69.61 | - |
| YUV | 92.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 221 | 0.26 | 0.86 | 0 | 0.13 | 282 | 0.75 | 0.49 |
| Hex | A4 | 1F | DD | 1A | 56 | 0 | D | 11A | 4B | 31 |
| Octal | 244 | 37 | 335 | 32 | 126 | 0 | 15 | 432 | 113 | 61 |
| Binary | 10100100 | 11111 | 11011101 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001011 | 110001 |
Color Harmonies of #A41FDD
Complementary color
Monochromatic Colors of #A41FDD
Black with #A41FDD
Text Example
Text Example
White with #A41FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FDD; }
p { color: rgb(164,31,221); }
H1.HeaderClassName
{
color: #A41FDD;
}
.AnyTagClassName
{
color: #A41FDD;
}
</style>
background-color css
<style>
a { background-color: #A41FDD; }
a { background-color: rgb(164,31,221); }
div.DivClassName
{
background-color: #A41FDD;
}
.BgClassName
{
background-color: #A41FDD;
}
</style>
border-color css
<style>
span { border-color: #A41FDD; }
span { border-color: rgb(164,31,221); }
td.TdClassName
{
border-color: #A41FDD;
}
.TagClassName
{
border-color: #A41FDD;
}
</style>