Shades of Dark Orchid #A242C6
Tints of Dark Orchid #A242C6
RGB
CMYK
RGB Variations
Color information
#A242C6 (or 0xA242C6) is known color: Dark Orchid. HEX triplet: A2, 42 and C6. RGB value is (162,66,198). Sum of RGB (Red+Green+Blue) = 162+66+198=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #A242C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242C6 is #5DBD39. Grayscale: #6D6D6D. Windows color (decimal): -6143290 or 12993186. OLE color: 12993186.
HSL color Cylindrical-coordinate representation of color #A242C6: hue angle of 283.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A242C6 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 66 | 198 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.22 |
| HSL | 283.64º | 0.54% | 0.52% | - |
| HSV(B) | 283.64º | 0.67% | 0.78% | - |
| XYZ | 27.04 | 15.66 | 55.02 | - |
| YUV | 109.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 198 | 0.18 | 0.67 | 0 | 0.22 | 283.64 | 0.54 | 0.52 |
| Hex | A2 | 42 | C6 | 12 | 43 | 0 | 16 | 11C | 36 | 34 |
| Octal | 242 | 102 | 306 | 22 | 103 | 0 | 26 | 434 | 66 | 64 |
| Binary | 10100010 | 1000010 | 11000110 | 10010 | 1000011 | 0 | 10110 | 100011100 | 110110 | 110100 |
Color Harmonies of #A242C6
Complementary color
Monochromatic Colors of #A242C6
Black with #A242C6
Text Example
Text Example
White with #A242C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242C6; }
p { color: rgb(162,66,198); }
H1.HeaderClassName
{
color: #A242C6;
}
.AnyTagClassName
{
color: #A242C6;
}
</style>
background-color css
<style>
a { background-color: #A242C6; }
a { background-color: rgb(162,66,198); }
div.DivClassName
{
background-color: #A242C6;
}
.BgClassName
{
background-color: #A242C6;
}
</style>
border-color css
<style>
span { border-color: #A242C6; }
span { border-color: rgb(162,66,198); }
td.TdClassName
{
border-color: #A242C6;
}
.TagClassName
{
border-color: #A242C6;
}
</style>