Shades of Dark Orchid #A843CA
Tints of Dark Orchid #A843CA
RGB
CMYK
RGB Variations
Color information
#A843CA (or 0xA843CA) is known color: Dark Orchid. HEX triplet: A8, 43 and CA. RGB value is (168,67,202). Sum of RGB (Red+Green+Blue) = 168+67+202=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A843CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843CA is #57BC35. Grayscale: #707070. Windows color (decimal): -5749814 or 13255592. OLE color: 13255592.
HSL color Cylindrical-coordinate representation of color #A843CA: hue angle of 284.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A843CA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 67 | 202 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.21 |
| HSL | 284.89º | 0.56% | 0.53% | - |
| HSV(B) | 284.89º | 0.67% | 0.79% | - |
| XYZ | 28.82 | 16.6 | 57.56 | - |
| YUV | 112.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 202 | 0.17 | 0.67 | 0 | 0.21 | 284.89 | 0.56 | 0.53 |
| Hex | A8 | 43 | CA | 11 | 43 | 0 | 15 | 11D | 38 | 35 |
| Octal | 250 | 103 | 312 | 21 | 103 | 0 | 25 | 435 | 70 | 65 |
| Binary | 10101000 | 1000011 | 11001010 | 10001 | 1000011 | 0 | 10101 | 100011101 | 111000 | 110101 |
Color Harmonies of #A843CA
Complementary color
Monochromatic Colors of #A843CA
Black with #A843CA
Text Example
Text Example
White with #A843CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843CA; }
p { color: rgb(168,67,202); }
H1.HeaderClassName
{
color: #A843CA;
}
.AnyTagClassName
{
color: #A843CA;
}
</style>
background-color css
<style>
a { background-color: #A843CA; }
a { background-color: rgb(168,67,202); }
div.DivClassName
{
background-color: #A843CA;
}
.BgClassName
{
background-color: #A843CA;
}
</style>
border-color css
<style>
span { border-color: #A843CA; }
span { border-color: rgb(168,67,202); }
td.TdClassName
{
border-color: #A843CA;
}
.TagClassName
{
border-color: #A843CA;
}
</style>