Shades of Dark Orchid #A23FCC
Tints of Dark Orchid #A23FCC
RGB
CMYK
RGB Variations
Color information
#A23FCC (or 0xA23FCC) is known color: Dark Orchid. HEX triplet: A2, 3F and CC. RGB value is (162,63,204). Sum of RGB (Red+Green+Blue) = 162+63+204=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A23FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FCC is #5DC033. Grayscale: #6C6C6C. Windows color (decimal): -6144052 or 13385634. OLE color: 13385634.
HSL color Cylindrical-coordinate representation of color #A23FCC: hue angle of 282.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23FCC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 63 | 204 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.2 |
| HSL | 282.13º | 0.58% | 0.52% | - |
| HSV(B) | 282.13º | 0.69% | 0.8% | - |
| XYZ | 27.58 | 15.6 | 58.68 | - |
| YUV | 108.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 204 | 0.21 | 0.69 | 0 | 0.2 | 282.13 | 0.58 | 0.52 |
| Hex | A2 | 3F | CC | 15 | 45 | 0 | 14 | 11A | 3A | 34 |
| Octal | 242 | 77 | 314 | 25 | 105 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100010 | 111111 | 11001100 | 10101 | 1000101 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A23FCC
Complementary color
Monochromatic Colors of #A23FCC
Black with #A23FCC
Text Example
Text Example
White with #A23FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FCC; }
p { color: rgb(162,63,204); }
H1.HeaderClassName
{
color: #A23FCC;
}
.AnyTagClassName
{
color: #A23FCC;
}
</style>
background-color css
<style>
a { background-color: #A23FCC; }
a { background-color: rgb(162,63,204); }
div.DivClassName
{
background-color: #A23FCC;
}
.BgClassName
{
background-color: #A23FCC;
}
</style>
border-color css
<style>
span { border-color: #A23FCC; }
span { border-color: rgb(162,63,204); }
td.TdClassName
{
border-color: #A23FCC;
}
.TagClassName
{
border-color: #A23FCC;
}
</style>