Shades of Dark Orchid #A242CF
Tints of Dark Orchid #A242CF
RGB
CMYK
RGB Variations
Color information
#A242CF (or 0xA242CF) is known color: Dark Orchid. HEX triplet: A2, 42 and CF. RGB value is (162,66,207). Sum of RGB (Red+Green+Blue) = 162+66+207=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A242CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242CF is #5DBD30. Grayscale: #6E6E6E. Windows color (decimal): -6143281 or 13583010. OLE color: 13583010.
HSL color Cylindrical-coordinate representation of color #A242CF: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A242CF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 66 | 207 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.19 |
| HSL | 280.85º | 0.59% | 0.54% | - |
| HSV(B) | 280.85º | 0.68% | 0.81% | - |
| XYZ | 28.11 | 16.08 | 60.65 | - |
| YUV | 110.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 207 | 0.22 | 0.68 | 0 | 0.19 | 280.85 | 0.59 | 0.54 |
| Hex | A2 | 42 | CF | 16 | 44 | 0 | 13 | 119 | 3B | 36 |
| Octal | 242 | 102 | 317 | 26 | 104 | 0 | 23 | 431 | 73 | 66 |
| Binary | 10100010 | 1000010 | 11001111 | 10110 | 1000100 | 0 | 10011 | 100011001 | 111011 | 110110 |
Color Harmonies of #A242CF
Complementary color
Monochromatic Colors of #A242CF
Black with #A242CF
Text Example
Text Example
White with #A242CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242CF; }
p { color: rgb(162,66,207); }
H1.HeaderClassName
{
color: #A242CF;
}
.AnyTagClassName
{
color: #A242CF;
}
</style>
background-color css
<style>
a { background-color: #A242CF; }
a { background-color: rgb(162,66,207); }
div.DivClassName
{
background-color: #A242CF;
}
.BgClassName
{
background-color: #A242CF;
}
</style>
border-color css
<style>
span { border-color: #A242CF; }
span { border-color: rgb(162,66,207); }
td.TdClassName
{
border-color: #A242CF;
}
.TagClassName
{
border-color: #A242CF;
}
</style>