Shades of Dark Orchid #A018B0
Tints of Dark Orchid #A018B0
RGB
CMYK
RGB Variations
Color information
#A018B0 (or 0xA018B0) is known color: Dark Orchid. HEX triplet: A0, 18 and B0. RGB value is (160,24,176). Sum of RGB (Red+Green+Blue) = 160+24+176=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #A018B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018B0 is #5FE74F. Grayscale: #515151. Windows color (decimal): -6285136 or 11540640. OLE color: 11540640.
HSL color Cylindrical-coordinate representation of color #A018B0: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A018B0 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 24 | 176 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.31 |
| HSL | 293.68º | 0.76% | 0.39% | - |
| HSV(B) | 293.68º | 0.86% | 0.69% | - |
| XYZ | 22.66 | 11.26 | 42.05 | - |
| YUV | 81.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 176 | 0.09 | 0.86 | 0 | 0.31 | 293.68 | 0.76 | 0.39 |
| Hex | A0 | 18 | B0 | 9 | 56 | 0 | 1F | 126 | 4C | 27 |
| Octal | 240 | 30 | 260 | 11 | 126 | 0 | 37 | 446 | 114 | 47 |
| Binary | 10100000 | 11000 | 10110000 | 1001 | 1010110 | 0 | 11111 | 100100110 | 1001100 | 100111 |
Color Harmonies of #A018B0
Complementary color
Monochromatic Colors of #A018B0
Black with #A018B0
Text Example
Text Example
White with #A018B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018B0; }
p { color: rgb(160,24,176); }
H1.HeaderClassName
{
color: #A018B0;
}
.AnyTagClassName
{
color: #A018B0;
}
</style>
background-color css
<style>
a { background-color: #A018B0; }
a { background-color: rgb(160,24,176); }
div.DivClassName
{
background-color: #A018B0;
}
.BgClassName
{
background-color: #A018B0;
}
</style>
border-color css
<style>
span { border-color: #A018B0; }
span { border-color: rgb(160,24,176); }
td.TdClassName
{
border-color: #A018B0;
}
.TagClassName
{
border-color: #A018B0;
}
</style>