Shades of Dark Orchid #A241DA
Tints of Dark Orchid #A241DA
RGB
CMYK
RGB Variations
Color information
#A241DA (or 0xA241DA) is known color: Dark Orchid. HEX triplet: A2, 41 and DA. RGB value is (162,65,218). Sum of RGB (Red+Green+Blue) = 162+65+218=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #A241DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241DA is #5DBE25. Grayscale: #6E6E6E. Windows color (decimal): -6143526 or 14303650. OLE color: 14303650.
HSL color Cylindrical-coordinate representation of color #A241DA: hue angle of 278.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A241DA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 65 | 218 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.15 |
| HSL | 278.04º | 0.67% | 0.55% | - |
| HSV(B) | 278.04º | 0.7% | 0.85% | - |
| XYZ | 29.45 | 16.52 | 67.97 | - |
| YUV | 111.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 218 | 0.26 | 0.70 | 0 | 0.15 | 278.04 | 0.67 | 0.55 |
| Hex | A2 | 41 | DA | 1A | 46 | 0 | F | 116 | 43 | 37 |
| Octal | 242 | 101 | 332 | 32 | 106 | 0 | 17 | 426 | 103 | 67 |
| Binary | 10100010 | 1000001 | 11011010 | 11010 | 1000110 | 0 | 1111 | 100010110 | 1000011 | 110111 |
Color Harmonies of #A241DA
Complementary color
Monochromatic Colors of #A241DA
Black with #A241DA
Text Example
Text Example
White with #A241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A241DA; }
p { color: rgb(162,65,218); }
H1.HeaderClassName
{
color: #A241DA;
}
.AnyTagClassName
{
color: #A241DA;
}
</style>
background-color css
<style>
a { background-color: #A241DA; }
a { background-color: rgb(162,65,218); }
div.DivClassName
{
background-color: #A241DA;
}
.BgClassName
{
background-color: #A241DA;
}
</style>
border-color css
<style>
span { border-color: #A241DA; }
span { border-color: rgb(162,65,218); }
td.TdClassName
{
border-color: #A241DA;
}
.TagClassName
{
border-color: #A241DA;
}
</style>