Shades of Dark Orchid #A523AC
Tints of Dark Orchid #A523AC
RGB
CMYK
RGB Variations
Color information
#A523AC (or 0xA523AC) is known color: Dark Orchid. HEX triplet: A5, 23 and AC. RGB value is (165,35,172). Sum of RGB (Red+Green+Blue) = 165+35+172=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A523AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523AC is #5ADC53. Grayscale: #595959. Windows color (decimal): -5954644 or 11281317. OLE color: 11281317.
HSL color Cylindrical-coordinate representation of color #A523AC: hue angle of 296.93º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A523AC is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 35 | 172 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.33 |
| HSL | 296.93º | 0.66% | 0.41% | - |
| HSV(B) | 296.93º | 0.8% | 0.67% | - |
| XYZ | 23.56 | 12.18 | 40.14 | - |
| YUV | 89.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 172 | 0.04 | 0.80 | 0 | 0.33 | 296.93 | 0.66 | 0.41 |
| Hex | A5 | 23 | AC | 4 | 50 | 0 | 21 | 129 | 42 | 29 |
| Octal | 245 | 43 | 254 | 4 | 120 | 0 | 41 | 451 | 102 | 51 |
| Binary | 10100101 | 100011 | 10101100 | 100 | 1010000 | 0 | 100001 | 100101001 | 1000010 | 101001 |
Color Harmonies of #A523AC
Complementary color
Monochromatic Colors of #A523AC
Black with #A523AC
Text Example
Text Example
White with #A523AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523AC; }
p { color: rgb(165,35,172); }
H1.HeaderClassName
{
color: #A523AC;
}
.AnyTagClassName
{
color: #A523AC;
}
</style>
background-color css
<style>
a { background-color: #A523AC; }
a { background-color: rgb(165,35,172); }
div.DivClassName
{
background-color: #A523AC;
}
.BgClassName
{
background-color: #A523AC;
}
</style>
border-color css
<style>
span { border-color: #A523AC; }
span { border-color: rgb(165,35,172); }
td.TdClassName
{
border-color: #A523AC;
}
.TagClassName
{
border-color: #A523AC;
}
</style>