Shades of Dark Orchid #A830AA
Tints of Dark Orchid #A830AA
RGB
CMYK
RGB Variations
Color information
#A830AA (or 0xA830AA) is known color: Dark Orchid. HEX triplet: A8, 30 and AA. RGB value is (168,48,170). Sum of RGB (Red+Green+Blue) = 168+48+170=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #A830AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830AA is #57CF55. Grayscale: #616161. Windows color (decimal): -5754710 or 11153576. OLE color: 11153576.
HSL color Cylindrical-coordinate representation of color #A830AA: hue angle of 299.02º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A830AA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 48 | 170 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.33 |
| HSL | 299.02º | 0.56% | 0.43% | - |
| HSV(B) | 299.02º | 0.72% | 0.67% | - |
| XYZ | 24.46 | 13.34 | 39.32 | - |
| YUV | 97.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 170 | 0.01 | 0.72 | 0 | 0.33 | 299.02 | 0.56 | 0.43 |
| Hex | A8 | 30 | AA | 1 | 48 | 0 | 21 | 12B | 38 | 2B |
| Octal | 250 | 60 | 252 | 1 | 110 | 0 | 41 | 453 | 70 | 53 |
| Binary | 10101000 | 110000 | 10101010 | 1 | 1001000 | 0 | 100001 | 100101011 | 111000 | 101011 |
Color Harmonies of #A830AA
Complementary color
Monochromatic Colors of #A830AA
Black with #A830AA
Text Example
Text Example
White with #A830AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830AA; }
p { color: rgb(168,48,170); }
H1.HeaderClassName
{
color: #A830AA;
}
.AnyTagClassName
{
color: #A830AA;
}
</style>
background-color css
<style>
a { background-color: #A830AA; }
a { background-color: rgb(168,48,170); }
div.DivClassName
{
background-color: #A830AA;
}
.BgClassName
{
background-color: #A830AA;
}
</style>
border-color css
<style>
span { border-color: #A830AA; }
span { border-color: rgb(168,48,170); }
td.TdClassName
{
border-color: #A830AA;
}
.TagClassName
{
border-color: #A830AA;
}
</style>