Shades of Dark Orchid #A523C9
Tints of Dark Orchid #A523C9
RGB
CMYK
RGB Variations
Color information
#A523C9 (or 0xA523C9) is known color: Dark Orchid. HEX triplet: A5, 23 and C9. RGB value is (165,35,201). Sum of RGB (Red+Green+Blue) = 165+35+201=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #A523C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523C9 is #5ADC36. Grayscale: #5C5C5C. Windows color (decimal): -5954615 or 13181861. OLE color: 13181861.
HSL color Cylindrical-coordinate representation of color #A523C9: hue angle of 286.99º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A523C9 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 35 | 201 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.21 |
| HSL | 286.99º | 0.7% | 0.46% | - |
| HSV(B) | 286.99º | 0.83% | 0.79% | - |
| XYZ | 26.66 | 13.42 | 56.44 | - |
| YUV | 92.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 201 | 0.18 | 0.83 | 0 | 0.21 | 286.99 | 0.7 | 0.46 |
| Hex | A5 | 23 | C9 | 12 | 53 | 0 | 15 | 11F | 46 | 2E |
| Octal | 245 | 43 | 311 | 22 | 123 | 0 | 25 | 437 | 106 | 56 |
| Binary | 10100101 | 100011 | 11001001 | 10010 | 1010011 | 0 | 10101 | 100011111 | 1000110 | 101110 |
Color Harmonies of #A523C9
Complementary color
Monochromatic Colors of #A523C9
Black with #A523C9
Text Example
Text Example
White with #A523C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523C9; }
p { color: rgb(165,35,201); }
H1.HeaderClassName
{
color: #A523C9;
}
.AnyTagClassName
{
color: #A523C9;
}
</style>
background-color css
<style>
a { background-color: #A523C9; }
a { background-color: rgb(165,35,201); }
div.DivClassName
{
background-color: #A523C9;
}
.BgClassName
{
background-color: #A523C9;
}
</style>
border-color css
<style>
span { border-color: #A523C9; }
span { border-color: rgb(165,35,201); }
td.TdClassName
{
border-color: #A523C9;
}
.TagClassName
{
border-color: #A523C9;
}
</style>