Shades of Dark Orchid #A42FC8
Tints of Dark Orchid #A42FC8
RGB
CMYK
RGB Variations
Color information
#A42FC8 (or 0xA42FC8) is known color: Dark Orchid. HEX triplet: A4, 2F and C8. RGB value is (164,47,200). Sum of RGB (Red+Green+Blue) = 164+47+200=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #A42FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FC8 is #5BD037. Grayscale: #626262. Windows color (decimal): -6017080 or 13119396. OLE color: 13119396.
HSL color Cylindrical-coordinate representation of color #A42FC8: hue angle of 285.88º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42FC8 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 47 | 200 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.22 |
| HSL | 285.88º | 0.62% | 0.48% | - |
| HSV(B) | 285.88º | 0.77% | 0.78% | - |
| XYZ | 26.75 | 14.1 | 55.95 | - |
| YUV | 99.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 200 | 0.18 | 0.76 | 0 | 0.22 | 285.88 | 0.62 | 0.48 |
| Hex | A4 | 2F | C8 | 12 | 4C | 0 | 16 | 11E | 3E | 30 |
| Octal | 244 | 57 | 310 | 22 | 114 | 0 | 26 | 436 | 76 | 60 |
| Binary | 10100100 | 101111 | 11001000 | 10010 | 1001100 | 0 | 10110 | 100011110 | 111110 | 110000 |
Color Harmonies of #A42FC8
Complementary color
Monochromatic Colors of #A42FC8
Black with #A42FC8
Text Example
Text Example
White with #A42FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FC8; }
p { color: rgb(164,47,200); }
H1.HeaderClassName
{
color: #A42FC8;
}
.AnyTagClassName
{
color: #A42FC8;
}
</style>
background-color css
<style>
a { background-color: #A42FC8; }
a { background-color: rgb(164,47,200); }
div.DivClassName
{
background-color: #A42FC8;
}
.BgClassName
{
background-color: #A42FC8;
}
</style>
border-color css
<style>
span { border-color: #A42FC8; }
span { border-color: rgb(164,47,200); }
td.TdClassName
{
border-color: #A42FC8;
}
.TagClassName
{
border-color: #A42FC8;
}
</style>