Shades of Dark Orchid #A830B1
Tints of Dark Orchid #A830B1
RGB
CMYK
RGB Variations
Color information
#A830B1 (or 0xA830B1) is known color: Dark Orchid. HEX triplet: A8, 30 and B1. RGB value is (168,48,177). Sum of RGB (Red+Green+Blue) = 168+48+177=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #A830B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830B1 is #57CF4E. Grayscale: #626262. Windows color (decimal): -5754703 or 11612328. OLE color: 11612328.
HSL color Cylindrical-coordinate representation of color #A830B1: hue angle of 295.81º 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 #A830B1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 48 | 177 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.31 |
| HSL | 295.81º | 0.57% | 0.44% | - |
| HSV(B) | 295.81º | 0.73% | 0.69% | - |
| XYZ | 25.14 | 13.61 | 42.9 | - |
| YUV | 98.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 177 | 0.05 | 0.73 | 0 | 0.31 | 295.81 | 0.57 | 0.44 |
| Hex | A8 | 30 | B1 | 5 | 49 | 0 | 1F | 128 | 39 | 2C |
| Octal | 250 | 60 | 261 | 5 | 111 | 0 | 37 | 450 | 71 | 54 |
| Binary | 10101000 | 110000 | 10110001 | 101 | 1001001 | 0 | 11111 | 100101000 | 111001 | 101100 |
Color Harmonies of #A830B1
Complementary color
Monochromatic Colors of #A830B1
Black with #A830B1
Text Example
Text Example
White with #A830B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830B1; }
p { color: rgb(168,48,177); }
H1.HeaderClassName
{
color: #A830B1;
}
.AnyTagClassName
{
color: #A830B1;
}
</style>
background-color css
<style>
a { background-color: #A830B1; }
a { background-color: rgb(168,48,177); }
div.DivClassName
{
background-color: #A830B1;
}
.BgClassName
{
background-color: #A830B1;
}
</style>
border-color css
<style>
span { border-color: #A830B1; }
span { border-color: rgb(168,48,177); }
td.TdClassName
{
border-color: #A830B1;
}
.TagClassName
{
border-color: #A830B1;
}
</style>