Shades of Dark Orchid #A23CCF
Tints of Dark Orchid #A23CCF
RGB
CMYK
RGB Variations
Color information
#A23CCF (or 0xA23CCF) is known color: Dark Orchid. HEX triplet: A2, 3C and CF. RGB value is (162,60,207). Sum of RGB (Red+Green+Blue) = 162+60+207=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CCF is #5DC330. Grayscale: #6A6A6A. Windows color (decimal): -6144817 or 13581474. OLE color: 13581474.
HSL color Cylindrical-coordinate representation of color #A23CCF: hue angle of 281.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23CCF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 60 | 207 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.19 |
| HSL | 281.63º | 0.6% | 0.52% | - |
| HSV(B) | 281.63º | 0.71% | 0.81% | - |
| XYZ | 27.78 | 15.42 | 60.54 | - |
| YUV | 107.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 207 | 0.22 | 0.71 | 0 | 0.19 | 281.63 | 0.6 | 0.52 |
| Hex | A2 | 3C | CF | 16 | 47 | 0 | 13 | 11A | 3C | 34 |
| Octal | 242 | 74 | 317 | 26 | 107 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100010 | 111100 | 11001111 | 10110 | 1000111 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A23CCF
Complementary color
Monochromatic Colors of #A23CCF
Black with #A23CCF
Text Example
Text Example
White with #A23CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CCF; }
p { color: rgb(162,60,207); }
H1.HeaderClassName
{
color: #A23CCF;
}
.AnyTagClassName
{
color: #A23CCF;
}
</style>
background-color css
<style>
a { background-color: #A23CCF; }
a { background-color: rgb(162,60,207); }
div.DivClassName
{
background-color: #A23CCF;
}
.BgClassName
{
background-color: #A23CCF;
}
</style>
border-color css
<style>
span { border-color: #A23CCF; }
span { border-color: rgb(162,60,207); }
td.TdClassName
{
border-color: #A23CCF;
}
.TagClassName
{
border-color: #A23CCF;
}
</style>