Shades of Dark Orchid #A242C1
Tints of Dark Orchid #A242C1
RGB
CMYK
RGB Variations
Color information
#A242C1 (or 0xA242C1) is known color: Dark Orchid. HEX triplet: A2, 42 and C1. RGB value is (162,66,193). Sum of RGB (Red+Green+Blue) = 162+66+193=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #A242C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242C1 is #5DBD3E. Grayscale: #6C6C6C. Windows color (decimal): -6143295 or 12665506. OLE color: 12665506.
HSL color Cylindrical-coordinate representation of color #A242C1: hue angle of 285.35º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A242C1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 66 | 193 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.24 |
| HSL | 285.35º | 0.51% | 0.51% | - |
| HSV(B) | 285.35º | 0.66% | 0.76% | - |
| XYZ | 26.47 | 15.43 | 52.03 | - |
| YUV | 109.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 193 | 0.16 | 0.66 | 0 | 0.24 | 285.35 | 0.51 | 0.51 |
| Hex | A2 | 42 | C1 | 10 | 42 | 0 | 18 | 11D | 33 | 33 |
| Octal | 242 | 102 | 301 | 20 | 102 | 0 | 30 | 435 | 63 | 63 |
| Binary | 10100010 | 1000010 | 11000001 | 10000 | 1000010 | 0 | 11000 | 100011101 | 110011 | 110011 |
Color Harmonies of #A242C1
Complementary color
Monochromatic Colors of #A242C1
Black with #A242C1
Text Example
Text Example
White with #A242C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242C1; }
p { color: rgb(162,66,193); }
H1.HeaderClassName
{
color: #A242C1;
}
.AnyTagClassName
{
color: #A242C1;
}
</style>
background-color css
<style>
a { background-color: #A242C1; }
a { background-color: rgb(162,66,193); }
div.DivClassName
{
background-color: #A242C1;
}
.BgClassName
{
background-color: #A242C1;
}
</style>
border-color css
<style>
span { border-color: #A242C1; }
span { border-color: rgb(162,66,193); }
td.TdClassName
{
border-color: #A242C1;
}
.TagClassName
{
border-color: #A242C1;
}
</style>