Shades of Dark Orchid #A816B4
Tints of Dark Orchid #A816B4
RGB
CMYK
RGB Variations
Color information
#A816B4 (or 0xA816B4) is known color: Dark Orchid. HEX triplet: A8, 16 and B4. RGB value is (168,22,180). Sum of RGB (Red+Green+Blue) = 168+22+180=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #A816B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816B4 is #57E94B. Grayscale: #535353. Windows color (decimal): -5761356 or 11802280. OLE color: 11802280.
HSL color Cylindrical-coordinate representation of color #A816B4: hue angle of 295.44º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A816B4 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 22 | 180 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.29 |
| HSL | 295.44º | 0.78% | 0.4% | - |
| HSV(B) | 295.44º | 0.88% | 0.71% | - |
| XYZ | 24.67 | 12.19 | 44.23 | - |
| YUV | 83.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 180 | 0.07 | 0.88 | 0 | 0.29 | 295.44 | 0.78 | 0.4 |
| Hex | A8 | 16 | B4 | 7 | 58 | 0 | 1D | 127 | 4E | 28 |
| Octal | 250 | 26 | 264 | 7 | 130 | 0 | 35 | 447 | 116 | 50 |
| Binary | 10101000 | 10110 | 10110100 | 111 | 1011000 | 0 | 11101 | 100100111 | 1001110 | 101000 |
Color Harmonies of #A816B4
Complementary color
Monochromatic Colors of #A816B4
Black with #A816B4
Text Example
Text Example
White with #A816B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816B4; }
p { color: rgb(168,22,180); }
H1.HeaderClassName
{
color: #A816B4;
}
.AnyTagClassName
{
color: #A816B4;
}
</style>
background-color css
<style>
a { background-color: #A816B4; }
a { background-color: rgb(168,22,180); }
div.DivClassName
{
background-color: #A816B4;
}
.BgClassName
{
background-color: #A816B4;
}
</style>
border-color css
<style>
span { border-color: #A816B4; }
span { border-color: rgb(168,22,180); }
td.TdClassName
{
border-color: #A816B4;
}
.TagClassName
{
border-color: #A816B4;
}
</style>