Shades of Dark Orchid #A523C7
Tints of Dark Orchid #A523C7
RGB
CMYK
RGB Variations
Color information
#A523C7 (or 0xA523C7) is known color: Dark Orchid. HEX triplet: A5, 23 and C7. RGB value is (165,35,199). Sum of RGB (Red+Green+Blue) = 165+35+199=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #A523C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523C7 is #5ADC38. Grayscale: #5C5C5C. Windows color (decimal): -5954617 or 13050789. OLE color: 13050789.
HSL color Cylindrical-coordinate representation of color #A523C7: hue angle of 287.56º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A523C7 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 35 | 199 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.22 |
| HSL | 287.56º | 0.7% | 0.46% | - |
| HSV(B) | 287.56º | 0.82% | 0.78% | - |
| XYZ | 26.43 | 13.32 | 55.21 | - |
| YUV | 92.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 199 | 0.17 | 0.82 | 0 | 0.22 | 287.56 | 0.7 | 0.46 |
| Hex | A5 | 23 | C7 | 11 | 52 | 0 | 16 | 120 | 46 | 2E |
| Octal | 245 | 43 | 307 | 21 | 122 | 0 | 26 | 440 | 106 | 56 |
| Binary | 10100101 | 100011 | 11000111 | 10001 | 1010010 | 0 | 10110 | 100100000 | 1000110 | 101110 |
Color Harmonies of #A523C7
Complementary color
Monochromatic Colors of #A523C7
Black with #A523C7
Text Example
Text Example
White with #A523C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523C7; }
p { color: rgb(165,35,199); }
H1.HeaderClassName
{
color: #A523C7;
}
.AnyTagClassName
{
color: #A523C7;
}
</style>
background-color css
<style>
a { background-color: #A523C7; }
a { background-color: rgb(165,35,199); }
div.DivClassName
{
background-color: #A523C7;
}
.BgClassName
{
background-color: #A523C7;
}
</style>
border-color css
<style>
span { border-color: #A523C7; }
span { border-color: rgb(165,35,199); }
td.TdClassName
{
border-color: #A523C7;
}
.TagClassName
{
border-color: #A523C7;
}
</style>