Shades of Dark Orchid #A618C3
Tints of Dark Orchid #A618C3
RGB
CMYK
RGB Variations
Color information
#A618C3 (or 0xA618C3) is known color: Dark Orchid. HEX triplet: A6, 18 and C3. RGB value is (166,24,195). Sum of RGB (Red+Green+Blue) = 166+24+195=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #A618C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618C3 is #59E73C. Grayscale: #555555. Windows color (decimal): -5891901 or 12785830. OLE color: 12785830.
HSL color Cylindrical-coordinate representation of color #A618C3: hue angle of 289.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A618C3 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 24 | 195 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.24 |
| HSL | 289.82º | 0.78% | 0.43% | - |
| HSV(B) | 289.82º | 0.88% | 0.76% | - |
| XYZ | 25.9 | 12.7 | 52.72 | - |
| YUV | 85.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 195 | 0.15 | 0.88 | 0 | 0.24 | 289.82 | 0.78 | 0.43 |
| Hex | A6 | 18 | C3 | F | 58 | 0 | 18 | 122 | 4E | 2B |
| Octal | 246 | 30 | 303 | 17 | 130 | 0 | 30 | 442 | 116 | 53 |
| Binary | 10100110 | 11000 | 11000011 | 1111 | 1011000 | 0 | 11000 | 100100010 | 1001110 | 101011 |
Color Harmonies of #A618C3
Complementary color
Monochromatic Colors of #A618C3
Black with #A618C3
Text Example
Text Example
White with #A618C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618C3; }
p { color: rgb(166,24,195); }
H1.HeaderClassName
{
color: #A618C3;
}
.AnyTagClassName
{
color: #A618C3;
}
</style>
background-color css
<style>
a { background-color: #A618C3; }
a { background-color: rgb(166,24,195); }
div.DivClassName
{
background-color: #A618C3;
}
.BgClassName
{
background-color: #A618C3;
}
</style>
border-color css
<style>
span { border-color: #A618C3; }
span { border-color: rgb(166,24,195); }
td.TdClassName
{
border-color: #A618C3;
}
.TagClassName
{
border-color: #A618C3;
}
</style>