Shades of Dark Orchid #A818CF
Tints of Dark Orchid #A818CF
RGB
CMYK
RGB Variations
Color information
#A818CF (or 0xA818CF) is known color: Dark Orchid. HEX triplet: A8, 18 and CF. RGB value is (168,24,207). Sum of RGB (Red+Green+Blue) = 168+24+207=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #A818CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818CF is #57E730. Grayscale: #575757. Windows color (decimal): -5760817 or 13572264. OLE color: 13572264.
HSL color Cylindrical-coordinate representation of color #A818CF: hue angle of 287.21º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A818CF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 24 | 207 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.19 |
| HSL | 287.21º | 0.79% | 0.45% | - |
| HSV(B) | 287.21º | 0.88% | 0.81% | - |
| XYZ | 27.74 | 13.48 | 60.17 | - |
| YUV | 87.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 207 | 0.19 | 0.88 | 0 | 0.19 | 287.21 | 0.79 | 0.45 |
| Hex | A8 | 18 | CF | 13 | 58 | 0 | 13 | 11F | 4F | 2D |
| Octal | 250 | 30 | 317 | 23 | 130 | 0 | 23 | 437 | 117 | 55 |
| Binary | 10101000 | 11000 | 11001111 | 10011 | 1011000 | 0 | 10011 | 100011111 | 1001111 | 101101 |
Color Harmonies of #A818CF
Complementary color
Monochromatic Colors of #A818CF
Black with #A818CF
Text Example
Text Example
White with #A818CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818CF; }
p { color: rgb(168,24,207); }
H1.HeaderClassName
{
color: #A818CF;
}
.AnyTagClassName
{
color: #A818CF;
}
</style>
background-color css
<style>
a { background-color: #A818CF; }
a { background-color: rgb(168,24,207); }
div.DivClassName
{
background-color: #A818CF;
}
.BgClassName
{
background-color: #A818CF;
}
</style>
border-color css
<style>
span { border-color: #A818CF; }
span { border-color: rgb(168,24,207); }
td.TdClassName
{
border-color: #A818CF;
}
.TagClassName
{
border-color: #A818CF;
}
</style>