Shades of Dark Orchid #A018CC
Tints of Dark Orchid #A018CC
RGB
CMYK
RGB Variations
Color information
#A018CC (or 0xA018CC) is known color: Dark Orchid. HEX triplet: A0, 18 and CC. RGB value is (160,24,204). Sum of RGB (Red+Green+Blue) = 160+24+204=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A018CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018CC is #5FE733. Grayscale: #545454. Windows color (decimal): -6285108 or 13375648. OLE color: 13375648.
HSL color Cylindrical-coordinate representation of color #A018CC: hue angle of 285.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A018CC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 24 | 204 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.2 |
| HSL | 285.33º | 0.79% | 0.45% | - |
| HSV(B) | 285.33º | 0.88% | 0.8% | - |
| XYZ | 25.72 | 12.49 | 58.18 | - |
| YUV | 85.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 204 | 0.22 | 0.88 | 0 | 0.2 | 285.33 | 0.79 | 0.45 |
| Hex | A0 | 18 | CC | 16 | 58 | 0 | 14 | 11D | 4F | 2D |
| Octal | 240 | 30 | 314 | 26 | 130 | 0 | 24 | 435 | 117 | 55 |
| Binary | 10100000 | 11000 | 11001100 | 10110 | 1011000 | 0 | 10100 | 100011101 | 1001111 | 101101 |
Color Harmonies of #A018CC
Complementary color
Monochromatic Colors of #A018CC
Black with #A018CC
Text Example
Text Example
White with #A018CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018CC; }
p { color: rgb(160,24,204); }
H1.HeaderClassName
{
color: #A018CC;
}
.AnyTagClassName
{
color: #A018CC;
}
</style>
background-color css
<style>
a { background-color: #A018CC; }
a { background-color: rgb(160,24,204); }
div.DivClassName
{
background-color: #A018CC;
}
.BgClassName
{
background-color: #A018CC;
}
</style>
border-color css
<style>
span { border-color: #A018CC; }
span { border-color: rgb(160,24,204); }
td.TdClassName
{
border-color: #A018CC;
}
.TagClassName
{
border-color: #A018CC;
}
</style>