Shades of Dark Orchid #A624CF
Tints of Dark Orchid #A624CF
RGB
CMYK
RGB Variations
Color information
#A624CF (or 0xA624CF) is known color: Dark Orchid. HEX triplet: A6, 24 and CF. RGB value is (166,36,207). Sum of RGB (Red+Green+Blue) = 166+36+207=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A624CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624CF is #59DB30. Grayscale: #5D5D5D. Windows color (decimal): -5888817 or 13575334. OLE color: 13575334.
HSL color Cylindrical-coordinate representation of color #A624CF: hue angle of 285.61º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A624CF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 36 | 207 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.19 |
| HSL | 285.61º | 0.7% | 0.48% | - |
| HSV(B) | 285.61º | 0.83% | 0.81% | - |
| XYZ | 27.62 | 13.87 | 60.25 | - |
| YUV | 94.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 207 | 0.20 | 0.83 | 0 | 0.19 | 285.61 | 0.7 | 0.48 |
| Hex | A6 | 24 | CF | 14 | 53 | 0 | 13 | 11E | 46 | 30 |
| Octal | 246 | 44 | 317 | 24 | 123 | 0 | 23 | 436 | 106 | 60 |
| Binary | 10100110 | 100100 | 11001111 | 10100 | 1010011 | 0 | 10011 | 100011110 | 1000110 | 110000 |
Color Harmonies of #A624CF
Complementary color
Monochromatic Colors of #A624CF
Black with #A624CF
Text Example
Text Example
White with #A624CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624CF; }
p { color: rgb(166,36,207); }
H1.HeaderClassName
{
color: #A624CF;
}
.AnyTagClassName
{
color: #A624CF;
}
</style>
background-color css
<style>
a { background-color: #A624CF; }
a { background-color: rgb(166,36,207); }
div.DivClassName
{
background-color: #A624CF;
}
.BgClassName
{
background-color: #A624CF;
}
</style>
border-color css
<style>
span { border-color: #A624CF; }
span { border-color: rgb(166,36,207); }
td.TdClassName
{
border-color: #A624CF;
}
.TagClassName
{
border-color: #A624CF;
}
</style>