Shades of Dark Orchid #A342D8
Tints of Dark Orchid #A342D8
RGB
CMYK
RGB Variations
Color information
#A342D8 (or 0xA342D8) is known color: Dark Orchid. HEX triplet: A3, 42 and D8. RGB value is (163,66,216). Sum of RGB (Red+Green+Blue) = 163+66+216=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #A342D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342D8 is #5CBD27. Grayscale: #6F6F6F. Windows color (decimal): -6077736 or 14172835. OLE color: 14172835.
HSL color Cylindrical-coordinate representation of color #A342D8: hue angle of 278.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A342D8 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 66 | 216 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.15 |
| HSL | 278.8º | 0.66% | 0.55% | - |
| HSV(B) | 278.8º | 0.69% | 0.85% | - |
| XYZ | 29.45 | 16.64 | 66.63 | - |
| YUV | 112.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 216 | 0.25 | 0.69 | 0 | 0.15 | 278.8 | 0.66 | 0.55 |
| Hex | A3 | 42 | D8 | 19 | 45 | 0 | F | 117 | 42 | 37 |
| Octal | 243 | 102 | 330 | 31 | 105 | 0 | 17 | 427 | 102 | 67 |
| Binary | 10100011 | 1000010 | 11011000 | 11001 | 1000101 | 0 | 1111 | 100010111 | 1000010 | 110111 |
Color Harmonies of #A342D8
Complementary color
Monochromatic Colors of #A342D8
Black with #A342D8
Text Example
Text Example
White with #A342D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A342D8; }
p { color: rgb(163,66,216); }
H1.HeaderClassName
{
color: #A342D8;
}
.AnyTagClassName
{
color: #A342D8;
}
</style>
background-color css
<style>
a { background-color: #A342D8; }
a { background-color: rgb(163,66,216); }
div.DivClassName
{
background-color: #A342D8;
}
.BgClassName
{
background-color: #A342D8;
}
</style>
border-color css
<style>
span { border-color: #A342D8; }
span { border-color: rgb(163,66,216); }
td.TdClassName
{
border-color: #A342D8;
}
.TagClassName
{
border-color: #A342D8;
}
</style>