Shades of Dark Orchid #A630D7
Tints of Dark Orchid #A630D7
RGB
CMYK
RGB Variations
Color information
#A630D7 (or 0xA630D7) is known color: Dark Orchid. HEX triplet: A6, 30 and D7. RGB value is (166,48,215). Sum of RGB (Red+Green+Blue) = 166+48+215=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #A630D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630D7 is #59CF28. Grayscale: #656565. Windows color (decimal): -5885737 or 14102694. OLE color: 14102694.
HSL color Cylindrical-coordinate representation of color #A630D7: hue angle of 282.4º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A630D7 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 48 | 215 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.16 |
| HSL | 282.4º | 0.68% | 0.52% | - |
| HSV(B) | 282.4º | 0.78% | 0.84% | - |
| XYZ | 29.05 | 15.13 | 65.68 | - |
| YUV | 102.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 215 | 0.23 | 0.78 | 0 | 0.16 | 282.4 | 0.68 | 0.52 |
| Hex | A6 | 30 | D7 | 17 | 4E | 0 | 10 | 11A | 44 | 34 |
| Octal | 246 | 60 | 327 | 27 | 116 | 0 | 20 | 432 | 104 | 64 |
| Binary | 10100110 | 110000 | 11010111 | 10111 | 1001110 | 0 | 10000 | 100011010 | 1000100 | 110100 |
Color Harmonies of #A630D7
Complementary color
Monochromatic Colors of #A630D7
Black with #A630D7
Text Example
Text Example
White with #A630D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630D7; }
p { color: rgb(166,48,215); }
H1.HeaderClassName
{
color: #A630D7;
}
.AnyTagClassName
{
color: #A630D7;
}
</style>
background-color css
<style>
a { background-color: #A630D7; }
a { background-color: rgb(166,48,215); }
div.DivClassName
{
background-color: #A630D7;
}
.BgClassName
{
background-color: #A630D7;
}
</style>
border-color css
<style>
span { border-color: #A630D7; }
span { border-color: rgb(166,48,215); }
td.TdClassName
{
border-color: #A630D7;
}
.TagClassName
{
border-color: #A630D7;
}
</style>