Shades of Dark Orchid #A240C2
Tints of Dark Orchid #A240C2
RGB
CMYK
RGB Variations
Color information
#A240C2 (or 0xA240C2) is known color: Dark Orchid. HEX triplet: A2, 40 and C2. RGB value is (162,64,194). Sum of RGB (Red+Green+Blue) = 162+64+194=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #A240C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240C2 is #5DBF3D. Grayscale: #6B6B6B. Windows color (decimal): -6143806 or 12730530. OLE color: 12730530.
HSL color Cylindrical-coordinate representation of color #A240C2: hue angle of 285.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A240C2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 64 | 194 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.24 |
| HSL | 285.23º | 0.52% | 0.51% | - |
| HSV(B) | 285.23º | 0.67% | 0.76% | - |
| XYZ | 26.47 | 15.24 | 52.59 | - |
| YUV | 108.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 194 | 0.16 | 0.67 | 0 | 0.24 | 285.23 | 0.52 | 0.51 |
| Hex | A2 | 40 | C2 | 10 | 43 | 0 | 18 | 11D | 34 | 33 |
| Octal | 242 | 100 | 302 | 20 | 103 | 0 | 30 | 435 | 64 | 63 |
| Binary | 10100010 | 1000000 | 11000010 | 10000 | 1000011 | 0 | 11000 | 100011101 | 110100 | 110011 |
Color Harmonies of #A240C2
Complementary color
Monochromatic Colors of #A240C2
Black with #A240C2
Text Example
Text Example
White with #A240C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240C2; }
p { color: rgb(162,64,194); }
H1.HeaderClassName
{
color: #A240C2;
}
.AnyTagClassName
{
color: #A240C2;
}
</style>
background-color css
<style>
a { background-color: #A240C2; }
a { background-color: rgb(162,64,194); }
div.DivClassName
{
background-color: #A240C2;
}
.BgClassName
{
background-color: #A240C2;
}
</style>
border-color css
<style>
span { border-color: #A240C2; }
span { border-color: rgb(162,64,194); }
td.TdClassName
{
border-color: #A240C2;
}
.TagClassName
{
border-color: #A240C2;
}
</style>