Shades of Dark Orchid #A241CC
Tints of Dark Orchid #A241CC
RGB
CMYK
RGB Variations
Color information
#A241CC (or 0xA241CC) is known color: Dark Orchid. HEX triplet: A2, 41 and CC. RGB value is (162,65,204). Sum of RGB (Red+Green+Blue) = 162+65+204=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A241CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241CC is #5DBE33. Grayscale: #6D6D6D. Windows color (decimal): -6143540 or 13386146. OLE color: 13386146.
HSL color Cylindrical-coordinate representation of color #A241CC: hue angle of 281.87º 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 #A241CC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 65 | 204 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.2 |
| HSL | 281.87º | 0.58% | 0.53% | - |
| HSV(B) | 281.87º | 0.68% | 0.8% | - |
| XYZ | 27.69 | 15.82 | 58.72 | - |
| YUV | 109.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 204 | 0.21 | 0.68 | 0 | 0.2 | 281.87 | 0.58 | 0.53 |
| Hex | A2 | 41 | CC | 15 | 44 | 0 | 14 | 11A | 3A | 35 |
| Octal | 242 | 101 | 314 | 25 | 104 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100010 | 1000001 | 11001100 | 10101 | 1000100 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A241CC
Complementary color
Monochromatic Colors of #A241CC
Black with #A241CC
Text Example
Text Example
White with #A241CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241CC; }
p { color: rgb(162,65,204); }
H1.HeaderClassName
{
color: #A241CC;
}
.AnyTagClassName
{
color: #A241CC;
}
</style>
background-color css
<style>
a { background-color: #A241CC; }
a { background-color: rgb(162,65,204); }
div.DivClassName
{
background-color: #A241CC;
}
.BgClassName
{
background-color: #A241CC;
}
</style>
border-color css
<style>
span { border-color: #A241CC; }
span { border-color: rgb(162,65,204); }
td.TdClassName
{
border-color: #A241CC;
}
.TagClassName
{
border-color: #A241CC;
}
</style>