Shades of Dark Orchid #A730C9
Tints of Dark Orchid #A730C9
RGB
CMYK
RGB Variations
Color information
#A730C9 (or 0xA730C9) is known color: Dark Orchid. HEX triplet: A7, 30 and C9. RGB value is (167,48,201). Sum of RGB (Red+Green+Blue) = 167+48+201=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #A730C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730C9 is #58CF36. Grayscale: #646464. Windows color (decimal): -5820215 or 13185191. OLE color: 13185191.
HSL color Cylindrical-coordinate representation of color #A730C9: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A730C9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 48 | 201 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.21 |
| HSL | 286.67º | 0.61% | 0.49% | - |
| HSV(B) | 286.67º | 0.76% | 0.79% | - |
| XYZ | 27.54 | 14.55 | 56.61 | - |
| YUV | 101.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 48 | 201 | 0.17 | 0.76 | 0 | 0.21 | 286.67 | 0.61 | 0.49 |
| Hex | A7 | 30 | C9 | 11 | 4C | 0 | 15 | 11F | 3D | 31 |
| Octal | 247 | 60 | 311 | 21 | 114 | 0 | 25 | 437 | 75 | 61 |
| Binary | 10100111 | 110000 | 11001001 | 10001 | 1001100 | 0 | 10101 | 100011111 | 111101 | 110001 |
Color Harmonies of #A730C9
Complementary color
Monochromatic Colors of #A730C9
Black with #A730C9
Text Example
Text Example
White with #A730C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A730C9; }
p { color: rgb(167,48,201); }
H1.HeaderClassName
{
color: #A730C9;
}
.AnyTagClassName
{
color: #A730C9;
}
</style>
background-color css
<style>
a { background-color: #A730C9; }
a { background-color: rgb(167,48,201); }
div.DivClassName
{
background-color: #A730C9;
}
.BgClassName
{
background-color: #A730C9;
}
</style>
border-color css
<style>
span { border-color: #A730C9; }
span { border-color: rgb(167,48,201); }
td.TdClassName
{
border-color: #A730C9;
}
.TagClassName
{
border-color: #A730C9;
}
</style>