Shades of Dark Orchid #A718C4
Tints of Dark Orchid #A718C4
RGB
CMYK
RGB Variations
Color information
#A718C4 (or 0xA718C4) is known color: Dark Orchid. HEX triplet: A7, 18 and C4. RGB value is (167,24,196). Sum of RGB (Red+Green+Blue) = 167+24+196=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #A718C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C4 is #58E73B. Grayscale: #555555. Windows color (decimal): -5826364 or 12851367. OLE color: 12851367.
HSL color Cylindrical-coordinate representation of color #A718C4: hue angle of 289.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718C4 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 24 | 196 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.23 |
| HSL | 289.88º | 0.78% | 0.43% | - |
| HSV(B) | 289.88º | 0.88% | 0.77% | - |
| XYZ | 26.23 | 12.85 | 53.32 | - |
| YUV | 86.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 196 | 0.15 | 0.88 | 0 | 0.23 | 289.88 | 0.78 | 0.43 |
| Hex | A7 | 18 | C4 | F | 58 | 0 | 17 | 122 | 4E | 2B |
| Octal | 247 | 30 | 304 | 17 | 130 | 0 | 27 | 442 | 116 | 53 |
| Binary | 10100111 | 11000 | 11000100 | 1111 | 1011000 | 0 | 10111 | 100100010 | 1001110 | 101011 |
Color Harmonies of #A718C4
Complementary color
Monochromatic Colors of #A718C4
Black with #A718C4
Text Example
Text Example
White with #A718C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718C4; }
p { color: rgb(167,24,196); }
H1.HeaderClassName
{
color: #A718C4;
}
.AnyTagClassName
{
color: #A718C4;
}
</style>
background-color css
<style>
a { background-color: #A718C4; }
a { background-color: rgb(167,24,196); }
div.DivClassName
{
background-color: #A718C4;
}
.BgClassName
{
background-color: #A718C4;
}
</style>
border-color css
<style>
span { border-color: #A718C4; }
span { border-color: rgb(167,24,196); }
td.TdClassName
{
border-color: #A718C4;
}
.TagClassName
{
border-color: #A718C4;
}
</style>