Shades of Dark Orchid #A745DA
Tints of Dark Orchid #A745DA
RGB
CMYK
RGB Variations
Color information
#A745DA (or 0xA745DA) is known color: Dark Orchid. HEX triplet: A7, 45 and DA. RGB value is (167,69,218). Sum of RGB (Red+Green+Blue) = 167+69+218=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A745DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745DA is #58BA25. Grayscale: #727272. Windows color (decimal): -5814822 or 14304679. OLE color: 14304679.
HSL color Cylindrical-coordinate representation of color #A745DA: hue angle of 279.46º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A745DA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 69 | 218 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.15 |
| HSL | 279.46º | 0.67% | 0.56% | - |
| HSV(B) | 279.46º | 0.68% | 0.85% | - |
| XYZ | 30.72 | 17.53 | 68.09 | - |
| YUV | 115.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 218 | 0.23 | 0.68 | 0 | 0.15 | 279.46 | 0.67 | 0.56 |
| Hex | A7 | 45 | DA | 17 | 44 | 0 | F | 117 | 43 | 38 |
| Octal | 247 | 105 | 332 | 27 | 104 | 0 | 17 | 427 | 103 | 70 |
| Binary | 10100111 | 1000101 | 11011010 | 10111 | 1000100 | 0 | 1111 | 100010111 | 1000011 | 111000 |
Color Harmonies of #A745DA
Complementary color
Monochromatic Colors of #A745DA
Black with #A745DA
Text Example
Text Example
White with #A745DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A745DA; }
p { color: rgb(167,69,218); }
H1.HeaderClassName
{
color: #A745DA;
}
.AnyTagClassName
{
color: #A745DA;
}
</style>
background-color css
<style>
a { background-color: #A745DA; }
a { background-color: rgb(167,69,218); }
div.DivClassName
{
background-color: #A745DA;
}
.BgClassName
{
background-color: #A745DA;
}
</style>
border-color css
<style>
span { border-color: #A745DA; }
span { border-color: rgb(167,69,218); }
td.TdClassName
{
border-color: #A745DA;
}
.TagClassName
{
border-color: #A745DA;
}
</style>