Shades of Dark Orchid #A018B8
Tints of Dark Orchid #A018B8
RGB
CMYK
RGB Variations
Color information
#A018B8 (or 0xA018B8) is known color: Dark Orchid. HEX triplet: A0, 18 and B8. RGB value is (160,24,184). Sum of RGB (Red+Green+Blue) = 160+24+184=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A018B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018B8 is #5FE747. Grayscale: #525252. Windows color (decimal): -6285128 or 12064928. OLE color: 12064928.
HSL color Cylindrical-coordinate representation of color #A018B8: hue angle of 291º 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 #A018B8 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 24 | 184 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.28 |
| HSL | 291º | 0.77% | 0.41% | - |
| HSV(B) | 291º | 0.87% | 0.72% | - |
| XYZ | 23.48 | 11.59 | 46.35 | - |
| YUV | 82.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 184 | 0.13 | 0.87 | 0 | 0.28 | 291 | 0.77 | 0.41 |
| Hex | A0 | 18 | B8 | D | 57 | 0 | 1C | 123 | 4D | 29 |
| Octal | 240 | 30 | 270 | 15 | 127 | 0 | 34 | 443 | 115 | 51 |
| Binary | 10100000 | 11000 | 10111000 | 1101 | 1010111 | 0 | 11100 | 100100011 | 1001101 | 101001 |
Color Harmonies of #A018B8
Complementary color
Monochromatic Colors of #A018B8
Black with #A018B8
Text Example
Text Example
White with #A018B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018B8; }
p { color: rgb(160,24,184); }
H1.HeaderClassName
{
color: #A018B8;
}
.AnyTagClassName
{
color: #A018B8;
}
</style>
background-color css
<style>
a { background-color: #A018B8; }
a { background-color: rgb(160,24,184); }
div.DivClassName
{
background-color: #A018B8;
}
.BgClassName
{
background-color: #A018B8;
}
</style>
border-color css
<style>
span { border-color: #A018B8; }
span { border-color: rgb(160,24,184); }
td.TdClassName
{
border-color: #A018B8;
}
.TagClassName
{
border-color: #A018B8;
}
</style>