Shades of Dark Orchid #A844CA
Tints of Dark Orchid #A844CA
RGB
CMYK
RGB Variations
Color information
#A844CA (or 0xA844CA) is known color: Dark Orchid. HEX triplet: A8, 44 and CA. RGB value is (168,68,202). Sum of RGB (Red+Green+Blue) = 168+68+202=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #A844CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844CA is #57BB35. Grayscale: #707070. Windows color (decimal): -5749558 or 13255848. OLE color: 13255848.
HSL color Cylindrical-coordinate representation of color #A844CA: hue angle of 284.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A844CA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 68 | 202 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.21 |
| HSL | 284.78º | 0.56% | 0.53% | - |
| HSV(B) | 284.78º | 0.66% | 0.79% | - |
| XYZ | 28.88 | 16.72 | 57.58 | - |
| YUV | 113.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 202 | 0.17 | 0.66 | 0 | 0.21 | 284.78 | 0.56 | 0.53 |
| Hex | A8 | 44 | CA | 11 | 42 | 0 | 15 | 11D | 38 | 35 |
| Octal | 250 | 104 | 312 | 21 | 102 | 0 | 25 | 435 | 70 | 65 |
| Binary | 10101000 | 1000100 | 11001010 | 10001 | 1000010 | 0 | 10101 | 100011101 | 111000 | 110101 |
Color Harmonies of #A844CA
Complementary color
Monochromatic Colors of #A844CA
Black with #A844CA
Text Example
Text Example
White with #A844CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844CA; }
p { color: rgb(168,68,202); }
H1.HeaderClassName
{
color: #A844CA;
}
.AnyTagClassName
{
color: #A844CA;
}
</style>
background-color css
<style>
a { background-color: #A844CA; }
a { background-color: rgb(168,68,202); }
div.DivClassName
{
background-color: #A844CA;
}
.BgClassName
{
background-color: #A844CA;
}
</style>
border-color css
<style>
span { border-color: #A844CA; }
span { border-color: rgb(168,68,202); }
td.TdClassName
{
border-color: #A844CA;
}
.TagClassName
{
border-color: #A844CA;
}
</style>