Shades of Dark Orchid #A630BD
Tints of Dark Orchid #A630BD
RGB
CMYK
RGB Variations
Color information
#A630BD (or 0xA630BD) is known color: Dark Orchid. HEX triplet: A6, 30 and BD. RGB value is (166,48,189). Sum of RGB (Red+Green+Blue) = 166+48+189=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #A630BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630BD is #59CF42. Grayscale: #626262. Windows color (decimal): -5885763 or 12398758. OLE color: 12398758.
HSL color Cylindrical-coordinate representation of color #A630BD: hue angle of 290.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A630BD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 48 | 189 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.26 |
| HSL | 290.21º | 0.59% | 0.46% | - |
| HSV(B) | 290.21º | 0.75% | 0.74% | - |
| XYZ | 25.97 | 13.9 | 49.46 | - |
| YUV | 99.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 189 | 0.12 | 0.75 | 0 | 0.26 | 290.21 | 0.59 | 0.46 |
| Hex | A6 | 30 | BD | C | 4B | 0 | 1A | 122 | 3B | 2E |
| Octal | 246 | 60 | 275 | 14 | 113 | 0 | 32 | 442 | 73 | 56 |
| Binary | 10100110 | 110000 | 10111101 | 1100 | 1001011 | 0 | 11010 | 100100010 | 111011 | 101110 |
Color Harmonies of #A630BD
Complementary color
Monochromatic Colors of #A630BD
Black with #A630BD
Text Example
Text Example
White with #A630BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630BD; }
p { color: rgb(166,48,189); }
H1.HeaderClassName
{
color: #A630BD;
}
.AnyTagClassName
{
color: #A630BD;
}
</style>
background-color css
<style>
a { background-color: #A630BD; }
a { background-color: rgb(166,48,189); }
div.DivClassName
{
background-color: #A630BD;
}
.BgClassName
{
background-color: #A630BD;
}
</style>
border-color css
<style>
span { border-color: #A630BD; }
span { border-color: rgb(166,48,189); }
td.TdClassName
{
border-color: #A630BD;
}
.TagClassName
{
border-color: #A630BD;
}
</style>