Shades of Dark Orchid #A541CA
Tints of Dark Orchid #A541CA
RGB
CMYK
RGB Variations
Color information
#A541CA (or 0xA541CA) is known color: Dark Orchid. HEX triplet: A5, 41 and CA. RGB value is (165,65,202). Sum of RGB (Red+Green+Blue) = 165+65+202=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #A541CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541CA is #5ABE35. Grayscale: #6E6E6E. Windows color (decimal): -5946934 or 13255077. OLE color: 13255077.
HSL color Cylindrical-coordinate representation of color #A541CA: hue angle of 283.8º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A541CA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 65 | 202 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.21 |
| HSL | 283.8º | 0.56% | 0.52% | - |
| HSV(B) | 283.8º | 0.68% | 0.79% | - |
| XYZ | 28.07 | 16.04 | 57.49 | - |
| YUV | 110.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 202 | 0.18 | 0.68 | 0 | 0.21 | 283.8 | 0.56 | 0.52 |
| Hex | A5 | 41 | CA | 12 | 44 | 0 | 15 | 11C | 38 | 34 |
| Octal | 245 | 101 | 312 | 22 | 104 | 0 | 25 | 434 | 70 | 64 |
| Binary | 10100101 | 1000001 | 11001010 | 10010 | 1000100 | 0 | 10101 | 100011100 | 111000 | 110100 |
Color Harmonies of #A541CA
Complementary color
Monochromatic Colors of #A541CA
Black with #A541CA
Text Example
Text Example
White with #A541CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541CA; }
p { color: rgb(165,65,202); }
H1.HeaderClassName
{
color: #A541CA;
}
.AnyTagClassName
{
color: #A541CA;
}
</style>
background-color css
<style>
a { background-color: #A541CA; }
a { background-color: rgb(165,65,202); }
div.DivClassName
{
background-color: #A541CA;
}
.BgClassName
{
background-color: #A541CA;
}
</style>
border-color css
<style>
span { border-color: #A541CA; }
span { border-color: rgb(165,65,202); }
td.TdClassName
{
border-color: #A541CA;
}
.TagClassName
{
border-color: #A541CA;
}
</style>