Shades of Dark Orchid #A630E2
Tints of Dark Orchid #A630E2
RGB
CMYK
RGB Variations
Color information
#A630E2 (or 0xA630E2) is known color: Dark Orchid. HEX triplet: A6, 30 and E2. RGB value is (166,48,226). Sum of RGB (Red+Green+Blue) = 166+48+226=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #A630E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630E2 is #59CF1D. Grayscale: #666666. Windows color (decimal): -5885726 or 14823590. OLE color: 14823590.
HSL color Cylindrical-coordinate representation of color #A630E2: hue angle of 279.78º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A630E2 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 48 | 226 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.11 |
| HSL | 279.78º | 0.75% | 0.54% | - |
| HSV(B) | 279.78º | 0.79% | 0.89% | - |
| XYZ | 30.51 | 15.71 | 73.38 | - |
| YUV | 103.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 226 | 0.27 | 0.79 | 0 | 0.11 | 279.78 | 0.75 | 0.54 |
| Hex | A6 | 30 | E2 | 1B | 4F | 0 | B | 118 | 4B | 36 |
| Octal | 246 | 60 | 342 | 33 | 117 | 0 | 13 | 430 | 113 | 66 |
| Binary | 10100110 | 110000 | 11100010 | 11011 | 1001111 | 0 | 1011 | 100011000 | 1001011 | 110110 |
Color Harmonies of #A630E2
Complementary color
Monochromatic Colors of #A630E2
Black with #A630E2
Text Example
Text Example
White with #A630E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630E2; }
p { color: rgb(166,48,226); }
H1.HeaderClassName
{
color: #A630E2;
}
.AnyTagClassName
{
color: #A630E2;
}
</style>
background-color css
<style>
a { background-color: #A630E2; }
a { background-color: rgb(166,48,226); }
div.DivClassName
{
background-color: #A630E2;
}
.BgClassName
{
background-color: #A630E2;
}
</style>
border-color css
<style>
span { border-color: #A630E2; }
span { border-color: rgb(166,48,226); }
td.TdClassName
{
border-color: #A630E2;
}
.TagClassName
{
border-color: #A630E2;
}
</style>