Shades of Dark Orchid #A523B3
Tints of Dark Orchid #A523B3
RGB
CMYK
RGB Variations
Color information
#A523B3 (or 0xA523B3) is known color: Dark Orchid. HEX triplet: A5, 23 and B3. RGB value is (165,35,179). Sum of RGB (Red+Green+Blue) = 165+35+179=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #A523B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523B3 is #5ADC4C. Grayscale: #595959. Windows color (decimal): -5954637 or 11740069. OLE color: 11740069.
HSL color Cylindrical-coordinate representation of color #A523B3: hue angle of 294.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A523B3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 35 | 179 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.30 |
| HSL | 294.17º | 0.67% | 0.42% | - |
| HSV(B) | 294.17º | 0.8% | 0.7% | - |
| XYZ | 24.25 | 12.46 | 43.77 | - |
| YUV | 90.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 179 | 0.08 | 0.80 | 0 | 0.30 | 294.17 | 0.67 | 0.42 |
| Hex | A5 | 23 | B3 | 8 | 50 | 0 | 1E | 126 | 43 | 2A |
| Octal | 245 | 43 | 263 | 10 | 120 | 0 | 36 | 446 | 103 | 52 |
| Binary | 10100101 | 100011 | 10110011 | 1000 | 1010000 | 0 | 11110 | 100100110 | 1000011 | 101010 |
Color Harmonies of #A523B3
Complementary color
Monochromatic Colors of #A523B3
Black with #A523B3
Text Example
Text Example
White with #A523B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523B3; }
p { color: rgb(165,35,179); }
H1.HeaderClassName
{
color: #A523B3;
}
.AnyTagClassName
{
color: #A523B3;
}
</style>
background-color css
<style>
a { background-color: #A523B3; }
a { background-color: rgb(165,35,179); }
div.DivClassName
{
background-color: #A523B3;
}
.BgClassName
{
background-color: #A523B3;
}
</style>
border-color css
<style>
span { border-color: #A523B3; }
span { border-color: rgb(165,35,179); }
td.TdClassName
{
border-color: #A523B3;
}
.TagClassName
{
border-color: #A523B3;
}
</style>