Shades of Dark Orchid #A644DA
Tints of Dark Orchid #A644DA
RGB
CMYK
RGB Variations
Color information
#A644DA (or 0xA644DA) is known color: Dark Orchid. HEX triplet: A6, 44 and DA. RGB value is (166,68,218). Sum of RGB (Red+Green+Blue) = 166+68+218=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #A644DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DA is #59BB25. Grayscale: #717171. Windows color (decimal): -5880614 or 14304422. OLE color: 14304422.
HSL color Cylindrical-coordinate representation of color #A644DA: hue angle of 279.2º 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 #A644DA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 68 | 218 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.15 |
| HSL | 279.2º | 0.67% | 0.56% | - |
| HSV(B) | 279.2º | 0.69% | 0.85% | - |
| XYZ | 30.45 | 17.3 | 68.06 | - |
| YUV | 114.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 218 | 0.24 | 0.69 | 0 | 0.15 | 279.2 | 0.67 | 0.56 |
| Hex | A6 | 44 | DA | 18 | 45 | 0 | F | 117 | 43 | 38 |
| Octal | 246 | 104 | 332 | 30 | 105 | 0 | 17 | 427 | 103 | 70 |
| Binary | 10100110 | 1000100 | 11011010 | 11000 | 1000101 | 0 | 1111 | 100010111 | 1000011 | 111000 |
Color Harmonies of #A644DA
Complementary color
Monochromatic Colors of #A644DA
Black with #A644DA
Text Example
Text Example
White with #A644DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644DA; }
p { color: rgb(166,68,218); }
H1.HeaderClassName
{
color: #A644DA;
}
.AnyTagClassName
{
color: #A644DA;
}
</style>
background-color css
<style>
a { background-color: #A644DA; }
a { background-color: rgb(166,68,218); }
div.DivClassName
{
background-color: #A644DA;
}
.BgClassName
{
background-color: #A644DA;
}
</style>
border-color css
<style>
span { border-color: #A644DA; }
span { border-color: rgb(166,68,218); }
td.TdClassName
{
border-color: #A644DA;
}
.TagClassName
{
border-color: #A644DA;
}
</style>