Shades of Dark Orchid #A442C8
Tints of Dark Orchid #A442C8
RGB
CMYK
RGB Variations
Color information
#A442C8 (or 0xA442C8) is known color: Dark Orchid. HEX triplet: A4, 42 and C8. RGB value is (164,66,200). Sum of RGB (Red+Green+Blue) = 164+66+200=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #A442C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442C8 is #5BBD37. Grayscale: #6E6E6E. Windows color (decimal): -6012216 or 13124260. OLE color: 13124260.
HSL color Cylindrical-coordinate representation of color #A442C8: hue angle of 283.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A442C8 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 66 | 200 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.22 |
| HSL | 283.88º | 0.55% | 0.52% | - |
| HSV(B) | 283.88º | 0.67% | 0.78% | - |
| XYZ | 27.68 | 15.96 | 56.26 | - |
| YUV | 110.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 200 | 0.18 | 0.67 | 0 | 0.22 | 283.88 | 0.55 | 0.52 |
| Hex | A4 | 42 | C8 | 12 | 43 | 0 | 16 | 11C | 37 | 34 |
| Octal | 244 | 102 | 310 | 22 | 103 | 0 | 26 | 434 | 67 | 64 |
| Binary | 10100100 | 1000010 | 11001000 | 10010 | 1000011 | 0 | 10110 | 100011100 | 110111 | 110100 |
Color Harmonies of #A442C8
Complementary color
Monochromatic Colors of #A442C8
Black with #A442C8
Text Example
Text Example
White with #A442C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442C8; }
p { color: rgb(164,66,200); }
H1.HeaderClassName
{
color: #A442C8;
}
.AnyTagClassName
{
color: #A442C8;
}
</style>
background-color css
<style>
a { background-color: #A442C8; }
a { background-color: rgb(164,66,200); }
div.DivClassName
{
background-color: #A442C8;
}
.BgClassName
{
background-color: #A442C8;
}
</style>
border-color css
<style>
span { border-color: #A442C8; }
span { border-color: rgb(164,66,200); }
td.TdClassName
{
border-color: #A442C8;
}
.TagClassName
{
border-color: #A442C8;
}
</style>