Shades of Dark Orchid #A541CC
Tints of Dark Orchid #A541CC
RGB
CMYK
RGB Variations
Color information
#A541CC (or 0xA541CC) is known color: Dark Orchid. HEX triplet: A5, 41 and CC. RGB value is (165,65,204). Sum of RGB (Red+Green+Blue) = 165+65+204=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A541CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541CC is #5ABE33. Grayscale: #6E6E6E. Windows color (decimal): -5946932 or 13386149. OLE color: 13386149.
HSL color Cylindrical-coordinate representation of color #A541CC: hue angle of 283.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A541CC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 65 | 204 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.2 |
| HSL | 283.17º | 0.58% | 0.53% | - |
| HSV(B) | 283.17º | 0.68% | 0.8% | - |
| XYZ | 28.31 | 16.14 | 58.75 | - |
| YUV | 110.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 204 | 0.19 | 0.68 | 0 | 0.2 | 283.17 | 0.58 | 0.53 |
| Hex | A5 | 41 | CC | 13 | 44 | 0 | 14 | 11B | 3A | 35 |
| Octal | 245 | 101 | 314 | 23 | 104 | 0 | 24 | 433 | 72 | 65 |
| Binary | 10100101 | 1000001 | 11001100 | 10011 | 1000100 | 0 | 10100 | 100011011 | 111010 | 110101 |
Color Harmonies of #A541CC
Complementary color
Monochromatic Colors of #A541CC
Black with #A541CC
Text Example
Text Example
White with #A541CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541CC; }
p { color: rgb(165,65,204); }
H1.HeaderClassName
{
color: #A541CC;
}
.AnyTagClassName
{
color: #A541CC;
}
</style>
background-color css
<style>
a { background-color: #A541CC; }
a { background-color: rgb(165,65,204); }
div.DivClassName
{
background-color: #A541CC;
}
.BgClassName
{
background-color: #A541CC;
}
</style>
border-color css
<style>
span { border-color: #A541CC; }
span { border-color: rgb(165,65,204); }
td.TdClassName
{
border-color: #A541CC;
}
.TagClassName
{
border-color: #A541CC;
}
</style>