Shades of Dark Orchid #A818B7
Tints of Dark Orchid #A818B7
RGB
CMYK
RGB Variations
Color information
#A818B7 (or 0xA818B7) is known color: Dark Orchid. HEX triplet: A8, 18 and B7. RGB value is (168,24,183). Sum of RGB (Red+Green+Blue) = 168+24+183=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #A818B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818B7 is #57E748. Grayscale: #545454. Windows color (decimal): -5760841 or 11999400. OLE color: 11999400.
HSL color Cylindrical-coordinate representation of color #A818B7: hue angle of 294.34º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A818B7 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 24 | 183 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.28 |
| HSL | 294.34º | 0.77% | 0.41% | - |
| HSV(B) | 294.34º | 0.87% | 0.72% | - |
| XYZ | 25.02 | 12.4 | 45.87 | - |
| YUV | 85.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 183 | 0.08 | 0.87 | 0 | 0.28 | 294.34 | 0.77 | 0.41 |
| Hex | A8 | 18 | B7 | 8 | 57 | 0 | 1C | 126 | 4D | 29 |
| Octal | 250 | 30 | 267 | 10 | 127 | 0 | 34 | 446 | 115 | 51 |
| Binary | 10101000 | 11000 | 10110111 | 1000 | 1010111 | 0 | 11100 | 100100110 | 1001101 | 101001 |
Color Harmonies of #A818B7
Complementary color
Monochromatic Colors of #A818B7
Black with #A818B7
Text Example
Text Example
White with #A818B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818B7; }
p { color: rgb(168,24,183); }
H1.HeaderClassName
{
color: #A818B7;
}
.AnyTagClassName
{
color: #A818B7;
}
</style>
background-color css
<style>
a { background-color: #A818B7; }
a { background-color: rgb(168,24,183); }
div.DivClassName
{
background-color: #A818B7;
}
.BgClassName
{
background-color: #A818B7;
}
</style>
border-color css
<style>
span { border-color: #A818B7; }
span { border-color: rgb(168,24,183); }
td.TdClassName
{
border-color: #A818B7;
}
.TagClassName
{
border-color: #A818B7;
}
</style>