Shades of Dark Orchid #A243CC
Tints of Dark Orchid #A243CC
RGB
CMYK
RGB Variations
Color information
#A243CC (or 0xA243CC) is known color: Dark Orchid. HEX triplet: A2, 43 and CC. RGB value is (162,67,204). Sum of RGB (Red+Green+Blue) = 162+67+204=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A243CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CC is #5DBC33. Grayscale: #6E6E6E. Windows color (decimal): -6143028 or 13386658. OLE color: 13386658.
HSL color Cylindrical-coordinate representation of color #A243CC: hue angle of 281.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A243CC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 67 | 204 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.2 |
| HSL | 281.61º | 0.57% | 0.53% | - |
| HSV(B) | 281.61º | 0.67% | 0.8% | - |
| XYZ | 27.81 | 16.06 | 58.76 | - |
| YUV | 111.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 204 | 0.21 | 0.67 | 0 | 0.2 | 281.61 | 0.57 | 0.53 |
| Hex | A2 | 43 | CC | 15 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 242 | 103 | 314 | 25 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100010 | 1000011 | 11001100 | 10101 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A243CC
Complementary color
Monochromatic Colors of #A243CC
Black with #A243CC
Text Example
Text Example
White with #A243CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243CC; }
p { color: rgb(162,67,204); }
H1.HeaderClassName
{
color: #A243CC;
}
.AnyTagClassName
{
color: #A243CC;
}
</style>
background-color css
<style>
a { background-color: #A243CC; }
a { background-color: rgb(162,67,204); }
div.DivClassName
{
background-color: #A243CC;
}
.BgClassName
{
background-color: #A243CC;
}
</style>
border-color css
<style>
span { border-color: #A243CC; }
span { border-color: rgb(162,67,204); }
td.TdClassName
{
border-color: #A243CC;
}
.TagClassName
{
border-color: #A243CC;
}
</style>