Shades of Dark Orchid #A416B0
Tints of Dark Orchid #A416B0
RGB
CMYK
RGB Variations
Color information
#A416B0 (or 0xA416B0) is known color: Dark Orchid. HEX triplet: A4, 16 and B0. RGB value is (164,22,176). Sum of RGB (Red+Green+Blue) = 164+22+176=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #A416B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A416B0 is #5BE94F. Grayscale: #515151. Windows color (decimal): -6023504 or 11540132. OLE color: 11540132.
HSL color Cylindrical-coordinate representation of color #A416B0: hue angle of 295.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A416B0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 22 | 176 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.31 |
| HSL | 295.32º | 0.78% | 0.39% | - |
| HSV(B) | 295.32º | 0.88% | 0.69% | - |
| XYZ | 23.43 | 11.6 | 42.08 | - |
| YUV | 82.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 176 | 0.07 | 0.88 | 0 | 0.31 | 295.32 | 0.78 | 0.39 |
| Hex | A4 | 16 | B0 | 7 | 58 | 0 | 1F | 127 | 4E | 27 |
| Octal | 244 | 26 | 260 | 7 | 130 | 0 | 37 | 447 | 116 | 47 |
| Binary | 10100100 | 10110 | 10110000 | 111 | 1011000 | 0 | 11111 | 100100111 | 1001110 | 100111 |
Color Harmonies of #A416B0
Complementary color
Monochromatic Colors of #A416B0
Black with #A416B0
Text Example
Text Example
White with #A416B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416B0; }
p { color: rgb(164,22,176); }
H1.HeaderClassName
{
color: #A416B0;
}
.AnyTagClassName
{
color: #A416B0;
}
</style>
background-color css
<style>
a { background-color: #A416B0; }
a { background-color: rgb(164,22,176); }
div.DivClassName
{
background-color: #A416B0;
}
.BgClassName
{
background-color: #A416B0;
}
</style>
border-color css
<style>
span { border-color: #A416B0; }
span { border-color: rgb(164,22,176); }
td.TdClassName
{
border-color: #A416B0;
}
.TagClassName
{
border-color: #A416B0;
}
</style>