Shades of Dark Orchid #A418C7
Tints of Dark Orchid #A418C7
RGB
CMYK
RGB Variations
Color information
#A418C7 (or 0xA418C7) is known color: Dark Orchid. HEX triplet: A4, 18 and C7. RGB value is (164,24,199). Sum of RGB (Red+Green+Blue) = 164+24+199=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #A418C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418C7 is #5BE738. Grayscale: #555555. Windows color (decimal): -6022969 or 13047972. OLE color: 13047972.
HSL color Cylindrical-coordinate representation of color #A418C7: hue angle of 288º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A418C7 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 24 | 199 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.22 |
| HSL | 288º | 0.78% | 0.44% | - |
| HSV(B) | 288º | 0.88% | 0.78% | - |
| XYZ | 25.95 | 12.67 | 55.11 | - |
| YUV | 85.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 199 | 0.18 | 0.88 | 0 | 0.22 | 288 | 0.78 | 0.44 |
| Hex | A4 | 18 | C7 | 12 | 58 | 0 | 16 | 120 | 4E | 2C |
| Octal | 244 | 30 | 307 | 22 | 130 | 0 | 26 | 440 | 116 | 54 |
| Binary | 10100100 | 11000 | 11000111 | 10010 | 1011000 | 0 | 10110 | 100100000 | 1001110 | 101100 |
Color Harmonies of #A418C7
Complementary color
Monochromatic Colors of #A418C7
Black with #A418C7
Text Example
Text Example
White with #A418C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A418C7; }
p { color: rgb(164,24,199); }
H1.HeaderClassName
{
color: #A418C7;
}
.AnyTagClassName
{
color: #A418C7;
}
</style>
background-color css
<style>
a { background-color: #A418C7; }
a { background-color: rgb(164,24,199); }
div.DivClassName
{
background-color: #A418C7;
}
.BgClassName
{
background-color: #A418C7;
}
</style>
border-color css
<style>
span { border-color: #A418C7; }
span { border-color: rgb(164,24,199); }
td.TdClassName
{
border-color: #A418C7;
}
.TagClassName
{
border-color: #A418C7;
}
</style>