Shades of Dark Orchid #A830C7
Tints of Dark Orchid #A830C7
RGB
CMYK
RGB Variations
Color information
#A830C7 (or 0xA830C7) is known color: Dark Orchid. HEX triplet: A8, 30 and C7. RGB value is (168,48,199). Sum of RGB (Red+Green+Blue) = 168+48+199=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #A830C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830C7 is #57CF38. Grayscale: #646464. Windows color (decimal): -5754681 or 13054120. OLE color: 13054120.
HSL color Cylindrical-coordinate representation of color #A830C7: hue angle of 287.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A830C7 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 48 | 199 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.22 |
| HSL | 287.68º | 0.61% | 0.48% | - |
| HSV(B) | 287.68º | 0.76% | 0.78% | - |
| XYZ | 27.51 | 14.56 | 55.39 | - |
| YUV | 101.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 199 | 0.16 | 0.76 | 0 | 0.22 | 287.68 | 0.61 | 0.48 |
| Hex | A8 | 30 | C7 | 10 | 4C | 0 | 16 | 120 | 3D | 30 |
| Octal | 250 | 60 | 307 | 20 | 114 | 0 | 26 | 440 | 75 | 60 |
| Binary | 10101000 | 110000 | 11000111 | 10000 | 1001100 | 0 | 10110 | 100100000 | 111101 | 110000 |
Color Harmonies of #A830C7
Complementary color
Monochromatic Colors of #A830C7
Black with #A830C7
Text Example
Text Example
White with #A830C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830C7; }
p { color: rgb(168,48,199); }
H1.HeaderClassName
{
color: #A830C7;
}
.AnyTagClassName
{
color: #A830C7;
}
</style>
background-color css
<style>
a { background-color: #A830C7; }
a { background-color: rgb(168,48,199); }
div.DivClassName
{
background-color: #A830C7;
}
.BgClassName
{
background-color: #A830C7;
}
</style>
border-color css
<style>
span { border-color: #A830C7; }
span { border-color: rgb(168,48,199); }
td.TdClassName
{
border-color: #A830C7;
}
.TagClassName
{
border-color: #A830C7;
}
</style>