Shades of Dark Orchid #A817B8
Tints of Dark Orchid #A817B8
RGB
CMYK
RGB Variations
Color information
#A817B8 (or 0xA817B8) is known color: Dark Orchid. HEX triplet: A8, 17 and B8. RGB value is (168,23,184). Sum of RGB (Red+Green+Blue) = 168+23+184=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #A817B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817B8 is #57E847. Grayscale: #545454. Windows color (decimal): -5761096 or 12064680. OLE color: 12064680.
HSL color Cylindrical-coordinate representation of color #A817B8: hue angle of 294.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817B8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 23 | 184 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.28 |
| HSL | 294.04º | 0.78% | 0.41% | - |
| HSV(B) | 294.04º | 0.88% | 0.72% | - |
| XYZ | 25.11 | 12.4 | 46.42 | - |
| YUV | 84.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 184 | 0.09 | 0.88 | 0 | 0.28 | 294.04 | 0.78 | 0.41 |
| Hex | A8 | 17 | B8 | 9 | 58 | 0 | 1C | 126 | 4E | 29 |
| Octal | 250 | 27 | 270 | 11 | 130 | 0 | 34 | 446 | 116 | 51 |
| Binary | 10101000 | 10111 | 10111000 | 1001 | 1011000 | 0 | 11100 | 100100110 | 1001110 | 101001 |
Color Harmonies of #A817B8
Complementary color
Monochromatic Colors of #A817B8
Black with #A817B8
Text Example
Text Example
White with #A817B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817B8; }
p { color: rgb(168,23,184); }
H1.HeaderClassName
{
color: #A817B8;
}
.AnyTagClassName
{
color: #A817B8;
}
</style>
background-color css
<style>
a { background-color: #A817B8; }
a { background-color: rgb(168,23,184); }
div.DivClassName
{
background-color: #A817B8;
}
.BgClassName
{
background-color: #A817B8;
}
</style>
border-color css
<style>
span { border-color: #A817B8; }
span { border-color: rgb(168,23,184); }
td.TdClassName
{
border-color: #A817B8;
}
.TagClassName
{
border-color: #A817B8;
}
</style>