Shades of Dark Orchid #A344DA
Tints of Dark Orchid #A344DA
RGB
CMYK
RGB Variations
Color information
#A344DA (or 0xA344DA) is known color: Dark Orchid. HEX triplet: A3, 44 and DA. RGB value is (163,68,218). Sum of RGB (Red+Green+Blue) = 163+68+218=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A344DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344DA is #5CBB25. Grayscale: #717171. Windows color (decimal): -6077222 or 14304419. OLE color: 14304419.
HSL color Cylindrical-coordinate representation of color #A344DA: hue angle of 278º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A344DA is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 68 | 218 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.15 |
| HSL | 278º | 0.67% | 0.56% | - |
| HSV(B) | 278º | 0.69% | 0.85% | - |
| XYZ | 29.83 | 16.98 | 68.04 | - |
| YUV | 113.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 218 | 0.25 | 0.69 | 0 | 0.15 | 278 | 0.67 | 0.56 |
| Hex | A3 | 44 | DA | 19 | 45 | 0 | F | 116 | 43 | 38 |
| Octal | 243 | 104 | 332 | 31 | 105 | 0 | 17 | 426 | 103 | 70 |
| Binary | 10100011 | 1000100 | 11011010 | 11001 | 1000101 | 0 | 1111 | 100010110 | 1000011 | 111000 |
Color Harmonies of #A344DA
Complementary color
Monochromatic Colors of #A344DA
Black with #A344DA
Text Example
Text Example
White with #A344DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344DA; }
p { color: rgb(163,68,218); }
H1.HeaderClassName
{
color: #A344DA;
}
.AnyTagClassName
{
color: #A344DA;
}
</style>
background-color css
<style>
a { background-color: #A344DA; }
a { background-color: rgb(163,68,218); }
div.DivClassName
{
background-color: #A344DA;
}
.BgClassName
{
background-color: #A344DA;
}
</style>
border-color css
<style>
span { border-color: #A344DA; }
span { border-color: rgb(163,68,218); }
td.TdClassName
{
border-color: #A344DA;
}
.TagClassName
{
border-color: #A344DA;
}
</style>