Shades of Dark Orchid #A542C5
Tints of Dark Orchid #A542C5
RGB
CMYK
RGB Variations
Color information
#A542C5 (or 0xA542C5) is known color: Dark Orchid. HEX triplet: A5, 42 and C5. RGB value is (165,66,197). Sum of RGB (Red+Green+Blue) = 165+66+197=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #A542C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542C5 is #5ABD3A. Grayscale: #6E6E6E. Windows color (decimal): -5946683 or 12927653. OLE color: 12927653.
HSL color Cylindrical-coordinate representation of color #A542C5: hue angle of 285.34º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A542C5 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 66 | 197 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.23 |
| HSL | 285.34º | 0.53% | 0.52% | - |
| HSV(B) | 285.34º | 0.66% | 0.77% | - |
| XYZ | 27.54 | 15.93 | 54.45 | - |
| YUV | 110.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 66 | 197 | 0.16 | 0.66 | 0 | 0.23 | 285.34 | 0.53 | 0.52 |
| Hex | A5 | 42 | C5 | 10 | 42 | 0 | 17 | 11D | 35 | 34 |
| Octal | 245 | 102 | 305 | 20 | 102 | 0 | 27 | 435 | 65 | 64 |
| Binary | 10100101 | 1000010 | 11000101 | 10000 | 1000010 | 0 | 10111 | 100011101 | 110101 | 110100 |
Color Harmonies of #A542C5
Complementary color
Monochromatic Colors of #A542C5
Black with #A542C5
Text Example
Text Example
White with #A542C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A542C5; }
p { color: rgb(165,66,197); }
H1.HeaderClassName
{
color: #A542C5;
}
.AnyTagClassName
{
color: #A542C5;
}
</style>
background-color css
<style>
a { background-color: #A542C5; }
a { background-color: rgb(165,66,197); }
div.DivClassName
{
background-color: #A542C5;
}
.BgClassName
{
background-color: #A542C5;
}
</style>
border-color css
<style>
span { border-color: #A542C5; }
span { border-color: rgb(165,66,197); }
td.TdClassName
{
border-color: #A542C5;
}
.TagClassName
{
border-color: #A542C5;
}
</style>