Shades of Dark Orchid #A823AF
Tints of Dark Orchid #A823AF
RGB
CMYK
RGB Variations
Color information
#A823AF (or 0xA823AF) is known color: Dark Orchid. HEX triplet: A8, 23 and AF. RGB value is (168,35,175). Sum of RGB (Red+Green+Blue) = 168+35+175=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #A823AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A823AF is #57DC50. Grayscale: #5A5A5A. Windows color (decimal): -5758033 or 11477928. OLE color: 11477928.
HSL color Cylindrical-coordinate representation of color #A823AF: hue angle of 297º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A823AF is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 35 | 175 | - |
| CMYK | 0.04 | 0.8 | 0 | 0.31 |
| HSL | 297º | 0.67% | 0.41% | - |
| HSV(B) | 297º | 0.8% | 0.69% | - |
| XYZ | 24.49 | 12.62 | 41.7 | - |
| YUV | 90.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 175 | 0.04 | 0.8 | 0 | 0.31 | 297 | 0.67 | 0.41 |
| Hex | A8 | 23 | AF | 4 | 50 | 0 | 1F | 129 | 43 | 29 |
| Octal | 250 | 43 | 257 | 4 | 120 | 0 | 37 | 451 | 103 | 51 |
| Binary | 10101000 | 100011 | 10101111 | 100 | 1010000 | 0 | 11111 | 100101001 | 1000011 | 101001 |
Color Harmonies of #A823AF
Complementary color
Monochromatic Colors of #A823AF
Black with #A823AF
Text Example
Text Example
White with #A823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823AF; }
p { color: rgb(168,35,175); }
H1.HeaderClassName
{
color: #A823AF;
}
.AnyTagClassName
{
color: #A823AF;
}
</style>
background-color css
<style>
a { background-color: #A823AF; }
a { background-color: rgb(168,35,175); }
div.DivClassName
{
background-color: #A823AF;
}
.BgClassName
{
background-color: #A823AF;
}
</style>
border-color css
<style>
span { border-color: #A823AF; }
span { border-color: rgb(168,35,175); }
td.TdClassName
{
border-color: #A823AF;
}
.TagClassName
{
border-color: #A823AF;
}
</style>