Shades of Dark Orchid #A830CF
Tints of Dark Orchid #A830CF
RGB
CMYK
RGB Variations
Color information
#A830CF (or 0xA830CF) is known color: Dark Orchid. HEX triplet: A8, 30 and CF. RGB value is (168,48,207). Sum of RGB (Red+Green+Blue) = 168+48+207=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #A830CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830CF is #57CF30. Grayscale: #656565. Windows color (decimal): -5754673 or 13578408. OLE color: 13578408.
HSL color Cylindrical-coordinate representation of color #A830CF: hue angle of 285.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A830CF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 48 | 207 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.19 |
| HSL | 285.28º | 0.62% | 0.5% | - |
| HSV(B) | 285.28º | 0.77% | 0.81% | - |
| XYZ | 28.47 | 14.94 | 60.42 | - |
| YUV | 102.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 207 | 0.19 | 0.77 | 0 | 0.19 | 285.28 | 0.62 | 0.5 |
| Hex | A8 | 30 | CF | 13 | 4D | 0 | 13 | 11D | 3E | 32 |
| Octal | 250 | 60 | 317 | 23 | 115 | 0 | 23 | 435 | 76 | 62 |
| Binary | 10101000 | 110000 | 11001111 | 10011 | 1001101 | 0 | 10011 | 100011101 | 111110 | 110010 |
Color Harmonies of #A830CF
Complementary color
Monochromatic Colors of #A830CF
Black with #A830CF
Text Example
Text Example
White with #A830CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830CF; }
p { color: rgb(168,48,207); }
H1.HeaderClassName
{
color: #A830CF;
}
.AnyTagClassName
{
color: #A830CF;
}
</style>
background-color css
<style>
a { background-color: #A830CF; }
a { background-color: rgb(168,48,207); }
div.DivClassName
{
background-color: #A830CF;
}
.BgClassName
{
background-color: #A830CF;
}
</style>
border-color css
<style>
span { border-color: #A830CF; }
span { border-color: rgb(168,48,207); }
td.TdClassName
{
border-color: #A830CF;
}
.TagClassName
{
border-color: #A830CF;
}
</style>