Shades of Dark Orchid #A630D2
Tints of Dark Orchid #A630D2
RGB
CMYK
RGB Variations
Color information
#A630D2 (or 0xA630D2) is known color: Dark Orchid. HEX triplet: A6, 30 and D2. RGB value is (166,48,210). Sum of RGB (Red+Green+Blue) = 166+48+210=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #A630D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630D2 is #59CF2D. Grayscale: #656565. Windows color (decimal): -5885742 or 13775014. OLE color: 13775014.
HSL color Cylindrical-coordinate representation of color #A630D2: hue angle of 283.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A630D2 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 48 | 210 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.18 |
| HSL | 283.7º | 0.64% | 0.51% | - |
| HSV(B) | 283.7º | 0.77% | 0.82% | - |
| XYZ | 28.42 | 14.87 | 62.35 | - |
| YUV | 101.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 210 | 0.21 | 0.77 | 0 | 0.18 | 283.7 | 0.64 | 0.51 |
| Hex | A6 | 30 | D2 | 15 | 4D | 0 | 12 | 11C | 40 | 33 |
| Octal | 246 | 60 | 322 | 25 | 115 | 0 | 22 | 434 | 100 | 63 |
| Binary | 10100110 | 110000 | 11010010 | 10101 | 1001101 | 0 | 10010 | 100011100 | 1000000 | 110011 |
Color Harmonies of #A630D2
Complementary color
Monochromatic Colors of #A630D2
Black with #A630D2
Text Example
Text Example
White with #A630D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630D2; }
p { color: rgb(166,48,210); }
H1.HeaderClassName
{
color: #A630D2;
}
.AnyTagClassName
{
color: #A630D2;
}
</style>
background-color css
<style>
a { background-color: #A630D2; }
a { background-color: rgb(166,48,210); }
div.DivClassName
{
background-color: #A630D2;
}
.BgClassName
{
background-color: #A630D2;
}
</style>
border-color css
<style>
span { border-color: #A630D2; }
span { border-color: rgb(166,48,210); }
td.TdClassName
{
border-color: #A630D2;
}
.TagClassName
{
border-color: #A630D2;
}
</style>