Shades of Dark Orchid #A43FCC
Tints of Dark Orchid #A43FCC
RGB
CMYK
RGB Variations
Color information
#A43FCC (or 0xA43FCC) is known color: Dark Orchid. HEX triplet: A4, 3F and CC. RGB value is (164,63,204). Sum of RGB (Red+Green+Blue) = 164+63+204=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A43FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FCC is #5BC033. Grayscale: #6C6C6C. Windows color (decimal): -6012980 or 13385636. OLE color: 13385636.
HSL color Cylindrical-coordinate representation of color #A43FCC: hue angle of 282.98º 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 #A43FCC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 63 | 204 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.2 |
| HSL | 282.98º | 0.58% | 0.52% | - |
| HSV(B) | 282.98º | 0.69% | 0.8% | - |
| XYZ | 27.99 | 15.81 | 58.7 | - |
| YUV | 109.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 204 | 0.20 | 0.69 | 0 | 0.2 | 282.98 | 0.58 | 0.52 |
| Hex | A4 | 3F | CC | 14 | 45 | 0 | 14 | 11B | 3A | 34 |
| Octal | 244 | 77 | 314 | 24 | 105 | 0 | 24 | 433 | 72 | 64 |
| Binary | 10100100 | 111111 | 11001100 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111010 | 110100 |
Color Harmonies of #A43FCC
Complementary color
Monochromatic Colors of #A43FCC
Black with #A43FCC
Text Example
Text Example
White with #A43FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FCC; }
p { color: rgb(164,63,204); }
H1.HeaderClassName
{
color: #A43FCC;
}
.AnyTagClassName
{
color: #A43FCC;
}
</style>
background-color css
<style>
a { background-color: #A43FCC; }
a { background-color: rgb(164,63,204); }
div.DivClassName
{
background-color: #A43FCC;
}
.BgClassName
{
background-color: #A43FCC;
}
</style>
border-color css
<style>
span { border-color: #A43FCC; }
span { border-color: rgb(164,63,204); }
td.TdClassName
{
border-color: #A43FCC;
}
.TagClassName
{
border-color: #A43FCC;
}
</style>