Shades of Dark Orchid #A42CCF
Tints of Dark Orchid #A42CCF
RGB
CMYK
RGB Variations
Color information
#A42CCF (or 0xA42CCF) is known color: Dark Orchid. HEX triplet: A4, 2C and CF. RGB value is (164,44,207). Sum of RGB (Red+Green+Blue) = 164+44+207=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A42CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CCF is #5BD330. Grayscale: #616161. Windows color (decimal): -6017841 or 13577380. OLE color: 13577380.
HSL color Cylindrical-coordinate representation of color #A42CCF: hue angle of 284.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42CCF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 44 | 207 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.19 |
| HSL | 284.17º | 0.65% | 0.49% | - |
| HSV(B) | 284.17º | 0.79% | 0.81% | - |
| XYZ | 27.47 | 14.2 | 60.32 | - |
| YUV | 98.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 207 | 0.21 | 0.79 | 0 | 0.19 | 284.17 | 0.65 | 0.49 |
| Hex | A4 | 2C | CF | 15 | 4F | 0 | 13 | 11C | 41 | 31 |
| Octal | 244 | 54 | 317 | 25 | 117 | 0 | 23 | 434 | 101 | 61 |
| Binary | 10100100 | 101100 | 11001111 | 10101 | 1001111 | 0 | 10011 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A42CCF
Complementary color
Monochromatic Colors of #A42CCF
Black with #A42CCF
Text Example
Text Example
White with #A42CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CCF; }
p { color: rgb(164,44,207); }
H1.HeaderClassName
{
color: #A42CCF;
}
.AnyTagClassName
{
color: #A42CCF;
}
</style>
background-color css
<style>
a { background-color: #A42CCF; }
a { background-color: rgb(164,44,207); }
div.DivClassName
{
background-color: #A42CCF;
}
.BgClassName
{
background-color: #A42CCF;
}
</style>
border-color css
<style>
span { border-color: #A42CCF; }
span { border-color: rgb(164,44,207); }
td.TdClassName
{
border-color: #A42CCF;
}
.TagClassName
{
border-color: #A42CCF;
}
</style>