Shades of Dark Orchid #A242CC
Tints of Dark Orchid #A242CC
RGB
CMYK
RGB Variations
Color information
#A242CC (or 0xA242CC) is known color: Dark Orchid. HEX triplet: A2, 42 and CC. RGB value is (162,66,204). Sum of RGB (Red+Green+Blue) = 162+66+204=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #A242CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242CC is #5DBD33. Grayscale: #6D6D6D. Windows color (decimal): -6143284 or 13386402. OLE color: 13386402.
HSL color Cylindrical-coordinate representation of color #A242CC: hue angle of 281.74º degrees, saturation: 0.57, 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 #A242CC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 66 | 204 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.2 |
| HSL | 281.74º | 0.58% | 0.53% | - |
| HSV(B) | 281.74º | 0.68% | 0.8% | - |
| XYZ | 27.75 | 15.94 | 58.74 | - |
| YUV | 110.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 204 | 0.21 | 0.68 | 0 | 0.2 | 281.74 | 0.58 | 0.53 |
| Hex | A2 | 42 | CC | 15 | 44 | 0 | 14 | 11A | 3A | 35 |
| Octal | 242 | 102 | 314 | 25 | 104 | 0 | 24 | 432 | 72 | 65 |
| Binary | 10100010 | 1000010 | 11001100 | 10101 | 1000100 | 0 | 10100 | 100011010 | 111010 | 110101 |
Color Harmonies of #A242CC
Complementary color
Monochromatic Colors of #A242CC
Black with #A242CC
Text Example
Text Example
White with #A242CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242CC; }
p { color: rgb(162,66,204); }
H1.HeaderClassName
{
color: #A242CC;
}
.AnyTagClassName
{
color: #A242CC;
}
</style>
background-color css
<style>
a { background-color: #A242CC; }
a { background-color: rgb(162,66,204); }
div.DivClassName
{
background-color: #A242CC;
}
.BgClassName
{
background-color: #A242CC;
}
</style>
border-color css
<style>
span { border-color: #A242CC; }
span { border-color: rgb(162,66,204); }
td.TdClassName
{
border-color: #A242CC;
}
.TagClassName
{
border-color: #A242CC;
}
</style>