Shades of Dark Orchid #A830B0
Tints of Dark Orchid #A830B0
RGB
CMYK
RGB Variations
Color information
#A830B0 (or 0xA830B0) is known color: Dark Orchid. HEX triplet: A8, 30 and B0. RGB value is (168,48,176). Sum of RGB (Red+Green+Blue) = 168+48+176=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #A830B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830B0 is #57CF4F. Grayscale: #626262. Windows color (decimal): -5754704 or 11546792. OLE color: 11546792.
HSL color Cylindrical-coordinate representation of color #A830B0: hue angle of 296.25º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A830B0 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 48 | 176 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.31 |
| HSL | 296.25º | 0.57% | 0.44% | - |
| HSV(B) | 296.25º | 0.73% | 0.69% | - |
| XYZ | 25.04 | 13.57 | 42.37 | - |
| YUV | 98.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 176 | 0.05 | 0.73 | 0 | 0.31 | 296.25 | 0.57 | 0.44 |
| Hex | A8 | 30 | B0 | 5 | 49 | 0 | 1F | 128 | 39 | 2C |
| Octal | 250 | 60 | 260 | 5 | 111 | 0 | 37 | 450 | 71 | 54 |
| Binary | 10101000 | 110000 | 10110000 | 101 | 1001001 | 0 | 11111 | 100101000 | 111001 | 101100 |
Color Harmonies of #A830B0
Complementary color
Monochromatic Colors of #A830B0
Black with #A830B0
Text Example
Text Example
White with #A830B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830B0; }
p { color: rgb(168,48,176); }
H1.HeaderClassName
{
color: #A830B0;
}
.AnyTagClassName
{
color: #A830B0;
}
</style>
background-color css
<style>
a { background-color: #A830B0; }
a { background-color: rgb(168,48,176); }
div.DivClassName
{
background-color: #A830B0;
}
.BgClassName
{
background-color: #A830B0;
}
</style>
border-color css
<style>
span { border-color: #A830B0; }
span { border-color: rgb(168,48,176); }
td.TdClassName
{
border-color: #A830B0;
}
.TagClassName
{
border-color: #A830B0;
}
</style>