Shades of Dark Orchid #A43CCF
Tints of Dark Orchid #A43CCF
RGB
CMYK
RGB Variations
Color information
#A43CCF (or 0xA43CCF) is known color: Dark Orchid. HEX triplet: A4, 3C and CF. RGB value is (164,60,207). Sum of RGB (Red+Green+Blue) = 164+60+207=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #A43CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CCF is #5BC330. Grayscale: #6B6B6B. Windows color (decimal): -6013745 or 13581476. OLE color: 13581476.
HSL color Cylindrical-coordinate representation of color #A43CCF: hue angle of 282.45º 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 #A43CCF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 60 | 207 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.19 |
| HSL | 282.45º | 0.6% | 0.52% | - |
| HSV(B) | 282.45º | 0.71% | 0.81% | - |
| XYZ | 28.19 | 15.63 | 60.56 | - |
| YUV | 107.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 207 | 0.21 | 0.71 | 0 | 0.19 | 282.45 | 0.6 | 0.52 |
| Hex | A4 | 3C | CF | 15 | 47 | 0 | 13 | 11A | 3C | 34 |
| Octal | 244 | 74 | 317 | 25 | 107 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100100 | 111100 | 11001111 | 10101 | 1000111 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A43CCF
Complementary color
Monochromatic Colors of #A43CCF
Black with #A43CCF
Text Example
Text Example
White with #A43CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CCF; }
p { color: rgb(164,60,207); }
H1.HeaderClassName
{
color: #A43CCF;
}
.AnyTagClassName
{
color: #A43CCF;
}
</style>
background-color css
<style>
a { background-color: #A43CCF; }
a { background-color: rgb(164,60,207); }
div.DivClassName
{
background-color: #A43CCF;
}
.BgClassName
{
background-color: #A43CCF;
}
</style>
border-color css
<style>
span { border-color: #A43CCF; }
span { border-color: rgb(164,60,207); }
td.TdClassName
{
border-color: #A43CCF;
}
.TagClassName
{
border-color: #A43CCF;
}
</style>