Shades of Dark Orchid #A23FCF
Tints of Dark Orchid #A23FCF
RGB
CMYK
RGB Variations
Color information
#A23FCF (or 0xA23FCF) is known color: Dark Orchid. HEX triplet: A2, 3F and CF. RGB value is (162,63,207). Sum of RGB (Red+Green+Blue) = 162+63+207=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FCF is #5DC030. Grayscale: #6C6C6C. Windows color (decimal): -6144049 or 13582242. OLE color: 13582242.
HSL color Cylindrical-coordinate representation of color #A23FCF: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23FCF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 63 | 207 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.19 |
| HSL | 281.25º | 0.6% | 0.53% | - |
| HSV(B) | 281.25º | 0.7% | 0.81% | - |
| XYZ | 27.94 | 15.74 | 60.6 | - |
| YUV | 109.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 207 | 0.22 | 0.70 | 0 | 0.19 | 281.25 | 0.6 | 0.53 |
| Hex | A2 | 3F | CF | 16 | 46 | 0 | 13 | 119 | 3C | 35 |
| Octal | 242 | 77 | 317 | 26 | 106 | 0 | 23 | 431 | 74 | 65 |
| Binary | 10100010 | 111111 | 11001111 | 10110 | 1000110 | 0 | 10011 | 100011001 | 111100 | 110101 |
Color Harmonies of #A23FCF
Complementary color
Monochromatic Colors of #A23FCF
Black with #A23FCF
Text Example
Text Example
White with #A23FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FCF; }
p { color: rgb(162,63,207); }
H1.HeaderClassName
{
color: #A23FCF;
}
.AnyTagClassName
{
color: #A23FCF;
}
</style>
background-color css
<style>
a { background-color: #A23FCF; }
a { background-color: rgb(162,63,207); }
div.DivClassName
{
background-color: #A23FCF;
}
.BgClassName
{
background-color: #A23FCF;
}
</style>
border-color css
<style>
span { border-color: #A23FCF; }
span { border-color: rgb(162,63,207); }
td.TdClassName
{
border-color: #A23FCF;
}
.TagClassName
{
border-color: #A23FCF;
}
</style>