Shades of Dark Orchid #A83CCF
Tints of Dark Orchid #A83CCF
RGB
CMYK
RGB Variations
Color information
#A83CCF (or 0xA83CCF) is known color: Dark Orchid. HEX triplet: A8, 3C and CF. RGB value is (168,60,207). Sum of RGB (Red+Green+Blue) = 168+60+207=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A83CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CCF is #57C330. Grayscale: #6C6C6C. Windows color (decimal): -5751601 or 13581480. OLE color: 13581480.
HSL color Cylindrical-coordinate representation of color #A83CCF: hue angle of 284.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83CCF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 60 | 207 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.19 |
| HSL | 284.08º | 0.6% | 0.52% | - |
| HSV(B) | 284.08º | 0.71% | 0.81% | - |
| XYZ | 29.03 | 16.06 | 60.6 | - |
| YUV | 109.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 207 | 0.19 | 0.71 | 0 | 0.19 | 284.08 | 0.6 | 0.52 |
| Hex | A8 | 3C | CF | 13 | 47 | 0 | 13 | 11C | 3C | 34 |
| Octal | 250 | 74 | 317 | 23 | 107 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10101000 | 111100 | 11001111 | 10011 | 1000111 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A83CCF
Complementary color
Monochromatic Colors of #A83CCF
Black with #A83CCF
Text Example
Text Example
White with #A83CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CCF; }
p { color: rgb(168,60,207); }
H1.HeaderClassName
{
color: #A83CCF;
}
.AnyTagClassName
{
color: #A83CCF;
}
</style>
background-color css
<style>
a { background-color: #A83CCF; }
a { background-color: rgb(168,60,207); }
div.DivClassName
{
background-color: #A83CCF;
}
.BgClassName
{
background-color: #A83CCF;
}
</style>
border-color css
<style>
span { border-color: #A83CCF; }
span { border-color: rgb(168,60,207); }
td.TdClassName
{
border-color: #A83CCF;
}
.TagClassName
{
border-color: #A83CCF;
}
</style>