Shades of Dark Orchid #A128D8
Tints of Dark Orchid #A128D8
RGB
CMYK
RGB Variations
Color information
#A128D8 (or 0xA128D8) is known color: Dark Orchid. HEX triplet: A1, 28 and D8. RGB value is (161,40,216). Sum of RGB (Red+Green+Blue) = 161+40+216=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #A128D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128D8 is #5ED727. Grayscale: #5F5F5F. Windows color (decimal): -6215464 or 14166177. OLE color: 14166177.
HSL color Cylindrical-coordinate representation of color #A128D8: hue angle of 281.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A128D8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 40 | 216 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.15 |
| HSL | 281.25º | 0.69% | 0.5% | - |
| HSV(B) | 281.25º | 0.81% | 0.85% | - |
| XYZ | 27.85 | 14.05 | 66.21 | - |
| YUV | 96.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 216 | 0.25 | 0.81 | 0 | 0.15 | 281.25 | 0.69 | 0.5 |
| Hex | A1 | 28 | D8 | 19 | 51 | 0 | F | 119 | 45 | 32 |
| Octal | 241 | 50 | 330 | 31 | 121 | 0 | 17 | 431 | 105 | 62 |
| Binary | 10100001 | 101000 | 11011000 | 11001 | 1010001 | 0 | 1111 | 100011001 | 1000101 | 110010 |
Color Harmonies of #A128D8
Complementary color
Monochromatic Colors of #A128D8
Black with #A128D8
Text Example
Text Example
White with #A128D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128D8; }
p { color: rgb(161,40,216); }
H1.HeaderClassName
{
color: #A128D8;
}
.AnyTagClassName
{
color: #A128D8;
}
</style>
background-color css
<style>
a { background-color: #A128D8; }
a { background-color: rgb(161,40,216); }
div.DivClassName
{
background-color: #A128D8;
}
.BgClassName
{
background-color: #A128D8;
}
</style>
border-color css
<style>
span { border-color: #A128D8; }
span { border-color: rgb(161,40,216); }
td.TdClassName
{
border-color: #A128D8;
}
.TagClassName
{
border-color: #A128D8;
}
</style>