Shades of Dark Orchid #A626D4
Tints of Dark Orchid #A626D4
RGB
CMYK
RGB Variations
Color information
#A626D4 (or 0xA626D4) is known color: Dark Orchid. HEX triplet: A6, 26 and D4. RGB value is (166,38,212). Sum of RGB (Red+Green+Blue) = 166+38+212=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #A626D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626D4 is #59D92B. Grayscale: #5F5F5F. Windows color (decimal): -5888300 or 13903526. OLE color: 13903526.
HSL color Cylindrical-coordinate representation of color #A626D4: hue angle of 284.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A626D4 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 38 | 212 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.17 |
| HSL | 284.14º | 0.7% | 0.49% | - |
| HSV(B) | 284.14º | 0.82% | 0.83% | - |
| XYZ | 28.3 | 14.25 | 63.55 | - |
| YUV | 96.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 212 | 0.22 | 0.82 | 0 | 0.17 | 284.14 | 0.7 | 0.49 |
| Hex | A6 | 26 | D4 | 16 | 52 | 0 | 11 | 11C | 46 | 31 |
| Octal | 246 | 46 | 324 | 26 | 122 | 0 | 21 | 434 | 106 | 61 |
| Binary | 10100110 | 100110 | 11010100 | 10110 | 1010010 | 0 | 10001 | 100011100 | 1000110 | 110001 |
Color Harmonies of #A626D4
Complementary color
Monochromatic Colors of #A626D4
Black with #A626D4
Text Example
Text Example
White with #A626D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A626D4; }
p { color: rgb(166,38,212); }
H1.HeaderClassName
{
color: #A626D4;
}
.AnyTagClassName
{
color: #A626D4;
}
</style>
background-color css
<style>
a { background-color: #A626D4; }
a { background-color: rgb(166,38,212); }
div.DivClassName
{
background-color: #A626D4;
}
.BgClassName
{
background-color: #A626D4;
}
</style>
border-color css
<style>
span { border-color: #A626D4; }
span { border-color: rgb(166,38,212); }
td.TdClassName
{
border-color: #A626D4;
}
.TagClassName
{
border-color: #A626D4;
}
</style>