Shades of Dark Orchid #A023CF
Tints of Dark Orchid #A023CF
RGB
CMYK
RGB Variations
Color information
#A023CF (or 0xA023CF) is known color: Dark Orchid. HEX triplet: A0, 23 and CF. RGB value is (160,35,207). Sum of RGB (Red+Green+Blue) = 160+35+207=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A023CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023CF is #5FDC30. Grayscale: #5B5B5B. Windows color (decimal): -6282289 or 13575072. OLE color: 13575072.
HSL color Cylindrical-coordinate representation of color #A023CF: hue angle of 283.6º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A023CF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 35 | 207 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.19 |
| HSL | 283.6º | 0.71% | 0.47% | - |
| HSV(B) | 283.6º | 0.83% | 0.81% | - |
| XYZ | 26.36 | 13.18 | 60.19 | - |
| YUV | 91.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 207 | 0.23 | 0.83 | 0 | 0.19 | 283.6 | 0.71 | 0.47 |
| Hex | A0 | 23 | CF | 17 | 53 | 0 | 13 | 11C | 47 | 2F |
| Octal | 240 | 43 | 317 | 27 | 123 | 0 | 23 | 434 | 107 | 57 |
| Binary | 10100000 | 100011 | 11001111 | 10111 | 1010011 | 0 | 10011 | 100011100 | 1000111 | 101111 |
Color Harmonies of #A023CF
Complementary color
Monochromatic Colors of #A023CF
Black with #A023CF
Text Example
Text Example
White with #A023CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A023CF; }
p { color: rgb(160,35,207); }
H1.HeaderClassName
{
color: #A023CF;
}
.AnyTagClassName
{
color: #A023CF;
}
</style>
background-color css
<style>
a { background-color: #A023CF; }
a { background-color: rgb(160,35,207); }
div.DivClassName
{
background-color: #A023CF;
}
.BgClassName
{
background-color: #A023CF;
}
</style>
border-color css
<style>
span { border-color: #A023CF; }
span { border-color: rgb(160,35,207); }
td.TdClassName
{
border-color: #A023CF;
}
.TagClassName
{
border-color: #A023CF;
}
</style>