Shades of Dark Orchid #A730E6
Tints of Dark Orchid #A730E6
RGB
CMYK
RGB Variations
Color information
#A730E6 (or 0xA730E6) is known color: Dark Orchid. HEX triplet: A7, 30 and E6. RGB value is (167,48,230). Sum of RGB (Red+Green+Blue) = 167+48+230=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #A730E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730E6 is #58CF19. Grayscale: #676767. Windows color (decimal): -5820186 or 15085735. OLE color: 15085735.
HSL color Cylindrical-coordinate representation of color #A730E6: hue angle of 279.23º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A730E6 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 48 | 230 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.10 |
| HSL | 279.23º | 0.78% | 0.55% | - |
| HSV(B) | 279.23º | 0.79% | 0.9% | - |
| XYZ | 31.28 | 16.04 | 76.31 | - |
| YUV | 104.33 | 198.92 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 230 | 0.27 | 0.79 | 0 | 0.10 | 279.23 | 0.78 | 0.55 |
| Hex | A7 | 30 | E6 | 1B | 4F | 0 | A | 117 | 4E | 37 |
| Octal | 247 | 60 | 346 | 33 | 117 | 0 | 12 | 427 | 116 | 67 |
| Binary | 10100111 | 110000 | 11100110 | 11011 | 1001111 | 0 | 1010 | 100010111 | 1001110 | 110111 |
Color Harmonies of #A730E6
Complementary color
Monochromatic Colors of #A730E6
Black with #A730E6
Text Example
Text Example
White with #A730E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730E6; }
p { color: rgb(167,48,230); }
H1.HeaderClassName
{
color: #A730E6;
}
.AnyTagClassName
{
color: #A730E6;
}
</style>
background-color css
<style>
a { background-color: #A730E6; }
a { background-color: rgb(167,48,230); }
div.DivClassName
{
background-color: #A730E6;
}
.BgClassName
{
background-color: #A730E6;
}
</style>
border-color css
<style>
span { border-color: #A730E6; }
span { border-color: rgb(167,48,230); }
td.TdClassName
{
border-color: #A730E6;
}
.TagClassName
{
border-color: #A730E6;
}
</style>