Shades of Dark Orchid #A823C7
Tints of Dark Orchid #A823C7
RGB
CMYK
RGB Variations
Color information
#A823C7 (or 0xA823C7) is known color: Dark Orchid. HEX triplet: A8, 23 and C7. RGB value is (168,35,199). Sum of RGB (Red+Green+Blue) = 168+35+199=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #A823C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823C7 is #57DC38. Grayscale: #5C5C5C. Windows color (decimal): -5758009 or 13050792. OLE color: 13050792.
HSL color Cylindrical-coordinate representation of color #A823C7: hue angle of 288.66º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A823C7 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 35 | 199 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.22 |
| HSL | 288.66º | 0.7% | 0.46% | - |
| HSV(B) | 288.66º | 0.82% | 0.78% | - |
| XYZ | 27.06 | 13.65 | 55.24 | - |
| YUV | 93.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 199 | 0.16 | 0.82 | 0 | 0.22 | 288.66 | 0.7 | 0.46 |
| Hex | A8 | 23 | C7 | 10 | 52 | 0 | 16 | 121 | 46 | 2E |
| Octal | 250 | 43 | 307 | 20 | 122 | 0 | 26 | 441 | 106 | 56 |
| Binary | 10101000 | 100011 | 11000111 | 10000 | 1010010 | 0 | 10110 | 100100001 | 1000110 | 101110 |
Color Harmonies of #A823C7
Complementary color
Monochromatic Colors of #A823C7
Black with #A823C7
Text Example
Text Example
White with #A823C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823C7; }
p { color: rgb(168,35,199); }
H1.HeaderClassName
{
color: #A823C7;
}
.AnyTagClassName
{
color: #A823C7;
}
</style>
background-color css
<style>
a { background-color: #A823C7; }
a { background-color: rgb(168,35,199); }
div.DivClassName
{
background-color: #A823C7;
}
.BgClassName
{
background-color: #A823C7;
}
</style>
border-color css
<style>
span { border-color: #A823C7; }
span { border-color: rgb(168,35,199); }
td.TdClassName
{
border-color: #A823C7;
}
.TagClassName
{
border-color: #A823C7;
}
</style>