Shades of Dark Orchid #A83FCC
Tints of Dark Orchid #A83FCC
RGB
CMYK
RGB Variations
Color information
#A83FCC (or 0xA83FCC) is known color: Dark Orchid. HEX triplet: A8, 3F and CC. RGB value is (168,63,204). Sum of RGB (Red+Green+Blue) = 168+63+204=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #A83FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCC is #57C033. Grayscale: #6E6E6E. Windows color (decimal): -5750836 or 13385640. OLE color: 13385640.
HSL color Cylindrical-coordinate representation of color #A83FCC: hue angle of 284.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83FCC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 63 | 204 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.2 |
| HSL | 284.68º | 0.58% | 0.52% | - |
| HSV(B) | 284.68º | 0.69% | 0.8% | - |
| XYZ | 28.83 | 16.24 | 58.74 | - |
| YUV | 110.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 204 | 0.18 | 0.69 | 0 | 0.2 | 284.68 | 0.58 | 0.52 |
| Hex | A8 | 3F | CC | 12 | 45 | 0 | 14 | 11D | 3A | 34 |
| Octal | 250 | 77 | 314 | 22 | 105 | 0 | 24 | 435 | 72 | 64 |
| Binary | 10101000 | 111111 | 11001100 | 10010 | 1000101 | 0 | 10100 | 100011101 | 111010 | 110100 |
Color Harmonies of #A83FCC
Complementary color
Monochromatic Colors of #A83FCC
Black with #A83FCC
Text Example
Text Example
White with #A83FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FCC; }
p { color: rgb(168,63,204); }
H1.HeaderClassName
{
color: #A83FCC;
}
.AnyTagClassName
{
color: #A83FCC;
}
</style>
background-color css
<style>
a { background-color: #A83FCC; }
a { background-color: rgb(168,63,204); }
div.DivClassName
{
background-color: #A83FCC;
}
.BgClassName
{
background-color: #A83FCC;
}
</style>
border-color css
<style>
span { border-color: #A83FCC; }
span { border-color: rgb(168,63,204); }
td.TdClassName
{
border-color: #A83FCC;
}
.TagClassName
{
border-color: #A83FCC;
}
</style>