Shades of Dark Orchid #A240CC
Tints of Dark Orchid #A240CC
RGB
CMYK
RGB Variations
Color information
#A240CC (or 0xA240CC) is known color: Dark Orchid. HEX triplet: A2, 40 and CC. RGB value is (162,64,204). Sum of RGB (Red+Green+Blue) = 162+64+204=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A240CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240CC is #5DBF33. Grayscale: #6C6C6C. Windows color (decimal): -6143796 or 13385890. OLE color: 13385890.
HSL color Cylindrical-coordinate representation of color #A240CC: hue angle of 282º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A240CC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 64 | 204 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.2 |
| HSL | 282º | 0.58% | 0.53% | - |
| HSV(B) | 282º | 0.69% | 0.8% | - |
| XYZ | 27.63 | 15.71 | 58.7 | - |
| YUV | 109.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 204 | 0.21 | 0.69 | 0 | 0.2 | 282 | 0.58 | 0.53 |
| Hex | A2 | 40 | CC | 15 | 45 | 0 | 14 | 11A | 3A | 35 |
| Octal | 242 | 100 | 314 | 25 | 105 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100010 | 1000000 | 11001100 | 10101 | 1000101 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A240CC
Complementary color
Monochromatic Colors of #A240CC
Black with #A240CC
Text Example
Text Example
White with #A240CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240CC; }
p { color: rgb(162,64,204); }
H1.HeaderClassName
{
color: #A240CC;
}
.AnyTagClassName
{
color: #A240CC;
}
</style>
background-color css
<style>
a { background-color: #A240CC; }
a { background-color: rgb(162,64,204); }
div.DivClassName
{
background-color: #A240CC;
}
.BgClassName
{
background-color: #A240CC;
}
</style>
border-color css
<style>
span { border-color: #A240CC; }
span { border-color: rgb(162,64,204); }
td.TdClassName
{
border-color: #A240CC;
}
.TagClassName
{
border-color: #A240CC;
}
</style>