Shades of Dark Orchid #A823AA
Tints of Dark Orchid #A823AA
RGB
CMYK
RGB Variations
Color information
#A823AA (or 0xA823AA) is known color: Dark Orchid. HEX triplet: A8, 23 and AA. RGB value is (168,35,170). Sum of RGB (Red+Green+Blue) = 168+35+170=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A823AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A823AA is #57DC55. Grayscale: #595959. Windows color (decimal): -5758038 or 11150248. OLE color: 11150248.
HSL color Cylindrical-coordinate representation of color #A823AA: hue angle of 299.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A823AA is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 35 | 170 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.33 |
| HSL | 299.11º | 0.66% | 0.4% | - |
| HSV(B) | 299.11º | 0.79% | 0.67% | - |
| XYZ | 24.01 | 12.43 | 39.16 | - |
| YUV | 90.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 170 | 0.01 | 0.79 | 0 | 0.33 | 299.11 | 0.66 | 0.4 |
| Hex | A8 | 23 | AA | 1 | 4F | 0 | 21 | 12B | 42 | 28 |
| Octal | 250 | 43 | 252 | 1 | 117 | 0 | 41 | 453 | 102 | 50 |
| Binary | 10101000 | 100011 | 10101010 | 1 | 1001111 | 0 | 100001 | 100101011 | 1000010 | 101000 |
Color Harmonies of #A823AA
Complementary color
Monochromatic Colors of #A823AA
Black with #A823AA
Text Example
Text Example
White with #A823AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823AA; }
p { color: rgb(168,35,170); }
H1.HeaderClassName
{
color: #A823AA;
}
.AnyTagClassName
{
color: #A823AA;
}
</style>
background-color css
<style>
a { background-color: #A823AA; }
a { background-color: rgb(168,35,170); }
div.DivClassName
{
background-color: #A823AA;
}
.BgClassName
{
background-color: #A823AA;
}
</style>
border-color css
<style>
span { border-color: #A823AA; }
span { border-color: rgb(168,35,170); }
td.TdClassName
{
border-color: #A823AA;
}
.TagClassName
{
border-color: #A823AA;
}
</style>