Shades of Dark Orchid #A823C5
Tints of Dark Orchid #A823C5
RGB
CMYK
RGB Variations
Color information
#A823C5 (or 0xA823C5) is known color: Dark Orchid. HEX triplet: A8, 23 and C5. RGB value is (168,35,197). Sum of RGB (Red+Green+Blue) = 168+35+197=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #A823C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823C5 is #57DC3A. Grayscale: #5C5C5C. Windows color (decimal): -5758011 or 12919720. OLE color: 12919720.
HSL color Cylindrical-coordinate representation of color #A823C5: hue angle of 289.26º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A823C5 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 35 | 197 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.23 |
| HSL | 289.26º | 0.7% | 0.45% | - |
| HSV(B) | 289.26º | 0.82% | 0.77% | - |
| XYZ | 26.83 | 13.56 | 54.03 | - |
| YUV | 93.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 197 | 0.15 | 0.82 | 0 | 0.23 | 289.26 | 0.7 | 0.45 |
| Hex | A8 | 23 | C5 | F | 52 | 0 | 17 | 121 | 46 | 2D |
| Octal | 250 | 43 | 305 | 17 | 122 | 0 | 27 | 441 | 106 | 55 |
| Binary | 10101000 | 100011 | 11000101 | 1111 | 1010010 | 0 | 10111 | 100100001 | 1000110 | 101101 |
Color Harmonies of #A823C5
Complementary color
Monochromatic Colors of #A823C5
Black with #A823C5
Text Example
Text Example
White with #A823C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823C5; }
p { color: rgb(168,35,197); }
H1.HeaderClassName
{
color: #A823C5;
}
.AnyTagClassName
{
color: #A823C5;
}
</style>
background-color css
<style>
a { background-color: #A823C5; }
a { background-color: rgb(168,35,197); }
div.DivClassName
{
background-color: #A823C5;
}
.BgClassName
{
background-color: #A823C5;
}
</style>
border-color css
<style>
span { border-color: #A823C5; }
span { border-color: rgb(168,35,197); }
td.TdClassName
{
border-color: #A823C5;
}
.TagClassName
{
border-color: #A823C5;
}
</style>