Shades of Dark Orchid #A242C9
Tints of Dark Orchid #A242C9
RGB
CMYK
RGB Variations
Color information
#A242C9 (or 0xA242C9) is known color: Dark Orchid. HEX triplet: A2, 42 and C9. RGB value is (162,66,201). Sum of RGB (Red+Green+Blue) = 162+66+201=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #A242C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242C9 is #5DBD36. Grayscale: #6D6D6D. Windows color (decimal): -6143287 or 13189794. OLE color: 13189794.
HSL color Cylindrical-coordinate representation of color #A242C9: hue angle of 282.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A242C9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 66 | 201 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.21 |
| HSL | 282.67º | 0.56% | 0.52% | - |
| HSV(B) | 282.67º | 0.67% | 0.79% | - |
| XYZ | 27.39 | 15.79 | 56.86 | - |
| YUV | 110.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 201 | 0.19 | 0.67 | 0 | 0.21 | 282.67 | 0.56 | 0.52 |
| Hex | A2 | 42 | C9 | 13 | 43 | 0 | 15 | 11B | 38 | 34 |
| Octal | 242 | 102 | 311 | 23 | 103 | 0 | 25 | 433 | 70 | 64 |
| Binary | 10100010 | 1000010 | 11001001 | 10011 | 1000011 | 0 | 10101 | 100011011 | 111000 | 110100 |
Color Harmonies of #A242C9
Complementary color
Monochromatic Colors of #A242C9
Black with #A242C9
Text Example
Text Example
White with #A242C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242C9; }
p { color: rgb(162,66,201); }
H1.HeaderClassName
{
color: #A242C9;
}
.AnyTagClassName
{
color: #A242C9;
}
</style>
background-color css
<style>
a { background-color: #A242C9; }
a { background-color: rgb(162,66,201); }
div.DivClassName
{
background-color: #A242C9;
}
.BgClassName
{
background-color: #A242C9;
}
</style>
border-color css
<style>
span { border-color: #A242C9; }
span { border-color: rgb(162,66,201); }
td.TdClassName
{
border-color: #A242C9;
}
.TagClassName
{
border-color: #A242C9;
}
</style>