Shades of Dark Orchid #A542C8
Tints of Dark Orchid #A542C8
RGB
CMYK
RGB Variations
Color information
#A542C8 (or 0xA542C8) is known color: Dark Orchid. HEX triplet: A5, 42 and C8. RGB value is (165,66,200). Sum of RGB (Red+Green+Blue) = 165+66+200=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #A542C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542C8 is #5ABD37. Grayscale: #6E6E6E. Windows color (decimal): -5946680 or 13124261. OLE color: 13124261.
HSL color Cylindrical-coordinate representation of color #A542C8: hue angle of 284.33º 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 #A542C8 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 66 | 200 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.22 |
| HSL | 284.33º | 0.55% | 0.52% | - |
| HSV(B) | 284.33º | 0.67% | 0.78% | - |
| XYZ | 27.89 | 16.07 | 56.27 | - |
| YUV | 110.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 200 | 0.18 | 0.67 | 0 | 0.22 | 284.33 | 0.55 | 0.52 |
| Hex | A5 | 42 | C8 | 12 | 43 | 0 | 16 | 11C | 37 | 34 |
| Octal | 245 | 102 | 310 | 22 | 103 | 0 | 26 | 434 | 67 | 64 |
| Binary | 10100101 | 1000010 | 11001000 | 10010 | 1000011 | 0 | 10110 | 100011100 | 110111 | 110100 |
Color Harmonies of #A542C8
Complementary color
Monochromatic Colors of #A542C8
Black with #A542C8
Text Example
Text Example
White with #A542C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542C8; }
p { color: rgb(165,66,200); }
H1.HeaderClassName
{
color: #A542C8;
}
.AnyTagClassName
{
color: #A542C8;
}
</style>
background-color css
<style>
a { background-color: #A542C8; }
a { background-color: rgb(165,66,200); }
div.DivClassName
{
background-color: #A542C8;
}
.BgClassName
{
background-color: #A542C8;
}
</style>
border-color css
<style>
span { border-color: #A542C8; }
span { border-color: rgb(165,66,200); }
td.TdClassName
{
border-color: #A542C8;
}
.TagClassName
{
border-color: #A542C8;
}
</style>