Shades of Dark Orchid #A730DC
Tints of Dark Orchid #A730DC
RGB
CMYK
RGB Variations
Color information
#A730DC (or 0xA730DC) is known color: Dark Orchid. HEX triplet: A7, 30 and DC. RGB value is (167,48,220). Sum of RGB (Red+Green+Blue) = 167+48+220=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A730DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730DC is #58CF23. Grayscale: #666666. Windows color (decimal): -5820196 or 14430375. OLE color: 14430375.
HSL color Cylindrical-coordinate representation of color #A730DC: hue angle of 281.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A730DC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 48 | 220 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.14 |
| HSL | 281.51º | 0.71% | 0.53% | - |
| HSV(B) | 281.51º | 0.78% | 0.86% | - |
| XYZ | 29.91 | 15.5 | 69.12 | - |
| YUV | 103.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 220 | 0.24 | 0.78 | 0 | 0.14 | 281.51 | 0.71 | 0.53 |
| Hex | A7 | 30 | DC | 18 | 4E | 0 | E | 11A | 47 | 35 |
| Octal | 247 | 60 | 334 | 30 | 116 | 0 | 16 | 432 | 107 | 65 |
| Binary | 10100111 | 110000 | 11011100 | 11000 | 1001110 | 0 | 1110 | 100011010 | 1000111 | 110101 |
Color Harmonies of #A730DC
Complementary color
Monochromatic Colors of #A730DC
Black with #A730DC
Text Example
Text Example
White with #A730DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730DC; }
p { color: rgb(167,48,220); }
H1.HeaderClassName
{
color: #A730DC;
}
.AnyTagClassName
{
color: #A730DC;
}
</style>
background-color css
<style>
a { background-color: #A730DC; }
a { background-color: rgb(167,48,220); }
div.DivClassName
{
background-color: #A730DC;
}
.BgClassName
{
background-color: #A730DC;
}
</style>
border-color css
<style>
span { border-color: #A730DC; }
span { border-color: rgb(167,48,220); }
td.TdClassName
{
border-color: #A730DC;
}
.TagClassName
{
border-color: #A730DC;
}
</style>