Shades of Dark Orchid #A123AF
Tints of Dark Orchid #A123AF
RGB
CMYK
RGB Variations
Color information
#A123AF (or 0xA123AF) is known color: Dark Orchid. HEX triplet: A1, 23 and AF. RGB value is (161,35,175). Sum of RGB (Red+Green+Blue) = 161+35+175=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #A123AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A123AF is #5EDC50. Grayscale: #585858. Windows color (decimal): -6216785 or 11477921. OLE color: 11477921.
HSL color Cylindrical-coordinate representation of color #A123AF: hue angle of 294º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A123AF is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 35 | 175 | - |
| CMYK | 0.08 | 0.8 | 0 | 0.31 |
| HSL | 294º | 0.67% | 0.41% | - |
| HSV(B) | 294º | 0.8% | 0.69% | - |
| XYZ | 23.04 | 11.87 | 41.64 | - |
| YUV | 88.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 175 | 0.08 | 0.8 | 0 | 0.31 | 294 | 0.67 | 0.41 |
| Hex | A1 | 23 | AF | 8 | 50 | 0 | 1F | 126 | 43 | 29 |
| Octal | 241 | 43 | 257 | 10 | 120 | 0 | 37 | 446 | 103 | 51 |
| Binary | 10100001 | 100011 | 10101111 | 1000 | 1010000 | 0 | 11111 | 100100110 | 1000011 | 101001 |
Color Harmonies of #A123AF
Complementary color
Monochromatic Colors of #A123AF
Black with #A123AF
Text Example
Text Example
White with #A123AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123AF; }
p { color: rgb(161,35,175); }
H1.HeaderClassName
{
color: #A123AF;
}
.AnyTagClassName
{
color: #A123AF;
}
</style>
background-color css
<style>
a { background-color: #A123AF; }
a { background-color: rgb(161,35,175); }
div.DivClassName
{
background-color: #A123AF;
}
.BgClassName
{
background-color: #A123AF;
}
</style>
border-color css
<style>
span { border-color: #A123AF; }
span { border-color: rgb(161,35,175); }
td.TdClassName
{
border-color: #A123AF;
}
.TagClassName
{
border-color: #A123AF;
}
</style>