Shades of Dark Orchid #A523B4
Tints of Dark Orchid #A523B4
RGB
CMYK
RGB Variations
Color information
#A523B4 (or 0xA523B4) is known color: Dark Orchid. HEX triplet: A5, 23 and B4. RGB value is (165,35,180). Sum of RGB (Red+Green+Blue) = 165+35+180=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #A523B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523B4 is #5ADC4B. Grayscale: #595959. Windows color (decimal): -5954636 or 11805605. OLE color: 11805605.
HSL color Cylindrical-coordinate representation of color #A523B4: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A523B4 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 35 | 180 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.29 |
| HSL | 293.79º | 0.67% | 0.42% | - |
| HSV(B) | 293.79º | 0.81% | 0.71% | - |
| XYZ | 24.36 | 12.5 | 44.31 | - |
| YUV | 90.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 180 | 0.08 | 0.81 | 0 | 0.29 | 293.79 | 0.67 | 0.42 |
| Hex | A5 | 23 | B4 | 8 | 51 | 0 | 1D | 126 | 43 | 2A |
| Octal | 245 | 43 | 264 | 10 | 121 | 0 | 35 | 446 | 103 | 52 |
| Binary | 10100101 | 100011 | 10110100 | 1000 | 1010001 | 0 | 11101 | 100100110 | 1000011 | 101010 |
Color Harmonies of #A523B4
Complementary color
Monochromatic Colors of #A523B4
Black with #A523B4
Text Example
Text Example
White with #A523B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A523B4; }
p { color: rgb(165,35,180); }
H1.HeaderClassName
{
color: #A523B4;
}
.AnyTagClassName
{
color: #A523B4;
}
</style>
background-color css
<style>
a { background-color: #A523B4; }
a { background-color: rgb(165,35,180); }
div.DivClassName
{
background-color: #A523B4;
}
.BgClassName
{
background-color: #A523B4;
}
</style>
border-color css
<style>
span { border-color: #A523B4; }
span { border-color: rgb(165,35,180); }
td.TdClassName
{
border-color: #A523B4;
}
.TagClassName
{
border-color: #A523B4;
}
</style>