Shades of Dark Orchid #A626CA
Tints of Dark Orchid #A626CA
RGB
CMYK
RGB Variations
Color information
#A626CA (or 0xA626CA) is known color: Dark Orchid. HEX triplet: A6, 26 and CA. RGB value is (166,38,202). Sum of RGB (Red+Green+Blue) = 166+38+202=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A626CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626CA is #59D935. Grayscale: #5E5E5E. Windows color (decimal): -5888310 or 13248166. OLE color: 13248166.
HSL color Cylindrical-coordinate representation of color #A626CA: hue angle of 286.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A626CA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 38 | 202 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.21 |
| HSL | 286.83º | 0.68% | 0.47% | - |
| HSV(B) | 286.83º | 0.81% | 0.79% | - |
| XYZ | 27.08 | 13.76 | 57.11 | - |
| YUV | 94.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 202 | 0.18 | 0.81 | 0 | 0.21 | 286.83 | 0.68 | 0.47 |
| Hex | A6 | 26 | CA | 12 | 51 | 0 | 15 | 11F | 44 | 2F |
| Octal | 246 | 46 | 312 | 22 | 121 | 0 | 25 | 437 | 104 | 57 |
| Binary | 10100110 | 100110 | 11001010 | 10010 | 1010001 | 0 | 10101 | 100011111 | 1000100 | 101111 |
Color Harmonies of #A626CA
Complementary color
Monochromatic Colors of #A626CA
Black with #A626CA
Text Example
Text Example
White with #A626CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A626CA; }
p { color: rgb(166,38,202); }
H1.HeaderClassName
{
color: #A626CA;
}
.AnyTagClassName
{
color: #A626CA;
}
</style>
background-color css
<style>
a { background-color: #A626CA; }
a { background-color: rgb(166,38,202); }
div.DivClassName
{
background-color: #A626CA;
}
.BgClassName
{
background-color: #A626CA;
}
</style>
border-color css
<style>
span { border-color: #A626CA; }
span { border-color: rgb(166,38,202); }
td.TdClassName
{
border-color: #A626CA;
}
.TagClassName
{
border-color: #A626CA;
}
</style>